76 |
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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND p.date_add>'2025-06-09 00:00:00' |
6.544
ms
|
4 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:787 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:587 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:143 (getHighlightsBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
90 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=7)) GROUP BY fp.id_feature_value |
2.863
ms
|
240 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
88 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=6)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
2.392
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
87 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=5)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
2.337
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
86 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=4)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
2.280
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
79 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 3)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
2.156
ms
|
46 |
Yes
|
|
/classes/Manufacturer.php:211
/modules/ps_facetedsearch/src/Filters/Block.php:652 (getManufacturers)
/modules/ps_facetedsearch/src/Filters/Block.php:146 (getManufacturersBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
52 |
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.147
ms
|
0 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/Hook.php:509 (getIdByName)
/classes/Hook.php:602 (isModuleRegisteredOnHook)
/classes/module/Module.php:1089 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (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` |
2.122
ms
|
150 |
Yes
|
Yes
|
/classes/Hook.php:1289
/classes/Hook.php:738 (getAllHookRegistrations)
/classes/Hook.php:848 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:33 (getInstance)
|
96 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=11)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
1.993
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
321 |
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` = 3
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
1.990
ms
|
64 |
Yes
|
|
/classes/Category.php:629
/modules/pkelements/classes/WidgetPkcategories.php:499 (getCategories)
/modules/pkelements/classes/WidgetPkcategories.php:68 (getCategoriesList)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
72 |
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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_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_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2))) AND ((fp_1.id_feature_value=424)) |
1.977
ms
|
4 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:787 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:480 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:140 (getAvailabilitiesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
71 |
SELECT SQL_NO_CACHE cp.id_category, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND cg.id_group='1' AND c.level_depth<=4 AND c.nleft>124 AND c.nright<125 GROUP BY cp.id_category |
1.925
ms
|
2080 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:992 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:158 (getCategoriesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (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.896
ms
|
599 |
|
|
/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:32 (require)
|
89 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 6 ORDER BY vl.`value` ASC |
1.785
ms
|
24 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
101 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=16)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
1.641
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
74 |
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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_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_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value=424)) |
1.599
ms
|
4 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:787 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:505 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:140 (getAvailabilitiesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
103 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=18)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
1.593
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
77 |
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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p LEFT JOIN ps_specific_price sp ON (
sp.id_product = p.id_product AND
sp.id_shop IN (0, 1) AND
sp.id_currency IN (0, 1) AND
sp.id_country IN (0, 151) AND
sp.id_group IN (0, 1) AND
sp.from_quantity = 1 AND
sp.reduction > 0 AND
sp.id_customer = 0 AND
sp.id_cart = 0 AND
(sp.from = '0000-00-00 00:00:00' OR '2025-09-16 16:08:49' >= sp.from) AND
(sp.to = '0000-00-00 00:00:00' OR '2025-09-16 16:08:49' <= sp.to)
) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sp.reduction>0)) AND ((fp_1.id_feature_value=424)) |
1.575
ms
|
4 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:787 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:605 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:143 (getHighlightsBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
73 |
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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_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_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.out_of_stock=1) OR (sa.quantity>0)) AND ((fp_1.id_feature_value=424)) |
1.553
ms
|
4 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:787 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:494 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:140 (getAvailabilitiesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
100 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=15)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
1.502
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
102 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=17)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
1.489
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
188 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 20
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.479
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
92 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=8)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
1.478
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
81 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=39)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
1.477
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
97 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=12)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
1.455
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
94 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=9)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
1.432
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
95 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=10)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
1.430
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
182 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 82
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.420
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
84 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=3)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
1.414
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
105 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=20)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
1.410
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
75 |
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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((p.on_sale=1)) AND ((fp_1.id_feature_value=424)) |
1.393
ms
|
4 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:787 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:565 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:143 (getHighlightsBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
98 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=13)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
1.388
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
99 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=14)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
1.380
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
104 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=19)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
1.375
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
67 |
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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC |
1.374
ms
|
8 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Filters/Products.php:87 (execute)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:189 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
80 |
SELECT SQL_NO_CACHE p.id_manufacturer, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) GROUP BY p.id_manufacturer |
1.361
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:661 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:146 (getManufacturersBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
69 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=41)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
1.353
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
78 |
SELECT SQL_NO_CACHE p.condition, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) GROUP BY p.condition |
1.343
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:394 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:137 (getConditionsBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
180 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 83
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.312
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
138 |
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.288
ms
|
360 |
|
|
/classes/Hook.php:459
/classes/Hook.php:496 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
186 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 19
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.274
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
184 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 18
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.262
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
178 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 17
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.160
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
194 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 67
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.149
ms
|
3 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
172 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 2
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.146
ms
|
7 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
59 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 76
AND `id_module` = 77
AND `id_shop` = 1 |
1.140
ms
|
1 |
|
|
/classes/Hook.php:518
/classes/Hook.php:602 (isModuleRegisteredOnHook)
/classes/module/Module.php:1089 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
190 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 21
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.135
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
58 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 980
AND `id_module` = 77
AND `id_shop` = 1 |
1.126
ms
|
1 |
|
|
/classes/Hook.php:518
/classes/Hook.php:602 (isModuleRegisteredOnHook)
/classes/module/Module.php:1089 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
192 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 22
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.106
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
106 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=21)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
1.086
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
124 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=42)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
1.081
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
114 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=30)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
1.080
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
108 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=23)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
1.077
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
123 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=38)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
1.076
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
174 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 63
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.073
ms
|
9 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
196 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 38
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.051
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
118 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=33)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
1.046
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
120 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=35)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
1.045
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
206 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 47
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.039
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
115 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=31)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
1.029
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
112 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=28)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
1.015
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
107 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=22)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
1.014
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
119 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=34)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
1.006
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
212 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 50
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.006
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
113 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=29)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
1.001
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
202 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 68
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.995
ms
|
7 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
122 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=37)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
0.995
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
110 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=25)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
0.986
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
13 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
0.986
ms
|
1004 |
|
|
/classes/Hook.php:1388
/classes/Hook.php:817 (getHookStatusByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:33 (getInstance)
|
121 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=36)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
0.985
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
39 |
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.967
ms
|
86 |
|
|
/classes/module/Module.php:346
/modules/blockreassurance/blockreassurance.php:102 (__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:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:1004 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
63 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 3)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
0.966
ms
|
46 |
Yes
|
|
/classes/Manufacturer.php:211
/modules/ps_facetedsearch/src/Filters/Converter.php:286 (getManufacturers)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:165 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
111 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=26)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
0.960
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
198 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 39
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.957
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
125 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=43)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
0.957
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
126 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=44)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
0.954
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
200 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 40
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.945
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
208 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 48
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.941
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
157 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 78040301 AND name = '_wp_page_template' LIMIT 1 |
0.941
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:971 (CE\get_post_meta)
/modules/creativeelements/modules/page-templates/module.php:74 (getMeta)
:undefined (templateInclude)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:394 (CE\apply_filters)
/classes/Hook.php:1083 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
117 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=32)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
0.937
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
214 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 51
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.930
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
176 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 81
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.926
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
260 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 59
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.920
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
264 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 71
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.920
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
70 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
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` = 3
AND c.`active` = 1
ORDER BY c.nleft, c.position |
0.918
ms
|
64 |
Yes
|
|
/classes/Category.php:724
/modules/ps_facetedsearch/src/Filters/Block.php:986 (getAllCategoriesName)
/modules/ps_facetedsearch/src/Filters/Block.php:158 (getCategoriesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
258 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 57
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.912
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
278 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 27
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.912
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
291 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
0.911
ms
|
46 |
Yes
|
|
/classes/Manufacturer.php:211
/modules/pkelements/src/WidgetMenuBase.php:112 (getManufacturers)
/modules/pkelements/src/WidgetMenuBase.php:44 (getManufacturersOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
220 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 28
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.911
ms
|
7 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
16 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
0.904
ms
|
1004 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/Hook.php:857 (getIdByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:33 (getInstance)
|
266 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 72
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.894
ms
|
7 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
254 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 56
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.894
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
109 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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, cp.position 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=24)) AND ((fp_1.id_feature_value=424)) GROUP BY fp.id_feature_value |
0.893
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
204 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 46
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.891
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
37 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 78
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.880
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/controllers/front/listing/CategoryController.php:230 (getSubCategories)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
127 |
REPLACE INTO ps_layered_filter_block (hash, data) VALUES ("42b580d149ead073f6badfe297f4e233", "a:1:{s:7:\"filters\";a:12:{i:0;a:7:{s:9:\"type_lite\";s:8:\"category\";s:4:\"type\";s:8:\"category\";s:6:\"id_key\";i:0;s:4:\"name\";s:10:\"Categories\";s:6:\"values\";a:0:{}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:1;a:7:{s:9:\"type_lite\";s:12:\"availability\";s:4:\"type\";s:12:\"availability\";s:6:\"id_key\";i:0;s:4:\"name\";s:12:\"Availability\";s:6:\"values\";a:2:{i:2;a:2:{s:4:\"name\";s:8:\"In stock\";s:3:\"nbr\";i:0;}i:0;a:2:{s:4:\"name\";s:13:\"Not available\";s:3:\"nbr\";i:1;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:2;a:7:{s:9:\"type_lite\";s:6:\"extras\";s:4:\"type\";s:6:\"extras\";s:6:\"id_key\";i:0;s:4:\"name\";s:10:\"Selections\";s:6:\"values\";a:3:{s:4:\"sale\";a:2:{s:4:\"name\";s:7:\"On sale\";s:3:\"nbr\";i:0;}s:3:\"new\";a:2:{s:4:\"name\";s:11:\"New product\";s:3:\"nbr\";i:1;}s:8:\"discount\";a:2:{s:4:\"name\";s:10:\"Discounted\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:3;a:7:{s:9:\"type_lite\";s:9:\"condition\";s:4:\"type\";s:9:\"condition\";s:6:\"id_key\";i:0;s:4:\"name\";s:9:\"Condition\";s:6:\"values\";a:3:{s:3:\"new\";a:2:{s:4:\"name\";s:3:\"New\";s:3:\"nbr\";s:1:\"1\";}s:4:\"used\";a:2:{s:4:\"name\";s:4:\"Used\";s:3:\"nbr\";i:0;}s:11:\"refurbished\";a:2:{s:4:\"name\";s:11:\"Refurbished\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:4;a:7:{s:9:\"type_lite\";s:12:\"manufacturer\";s:4:\"type\";s:12:\"manufacturer\";s:6:\"id_key\";i:0;s:4:\"name\";s:5:\"Brand\";s:6:\"values\";a:1:{i:50;a:3:{s:4:\"name\";s:5:\"Apple\";s:3:\"nbr\";s:1:\"1\";s:7:\"checked\";b:1;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:5;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:2:\"39\";s:6:\"values\";a:1:{i:193;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:3:\"New\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:5:\"State\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:6;a:12:{s:9:\"type_lite\";s:5:\"price\";s:4:\"type\";s:5:\"price\";s:6:\"id_key\";i:0;s:4:\"name\";s:5:\"Price\";s:3:\"max\";d:0;s:3:\"min\";d:0;s:4:\"unit\";s:3:\"MAD\";s:14:\"specifications\";a:11:{s:6:\"symbol\";a:11:{i:0;s:1:\".\";i:1;s:1:\",\";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:12:\"currencyCode\";s:3:\"MAD\";s:14:\"currencySymbol\";s:3:\"MAD\";s:13:\"numberSymbols\";a:11:{i:0;s:1:\".\";i:1;s:1:\",\";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:15:\"positivePattern\";s:12:\"#,##0.00 ¤\";s:15:\"negativePattern\";s:13:\"-#,##0.00 ¤\";s:17:\"maxFractionDigits\";i:2;s:17:\"minFractionDigits\";i:2;s:12:\"groupingUsed\";b:1;s:16:\"primaryGroupSize\";i:3;s:18:\"secondaryGroupSize\";i:3;}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:3:\"nbr\";i:1;s:5:\"value\";N;}i:7;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"3\";s:6:\"values\";a:1:{i:427;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:5:\" 12Go\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:3:\"RAM\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:8;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"6\";s:6:\"values\";a:1:{i:426;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:13:\"Puce A19 Pro \";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:9:\"Processor\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:9;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"7\";s:6:\"values\";a:9:{i:248;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:10:\"Android 13\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:53;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"Freedos\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:422;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:6:\"iOS 18\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:424;a:5:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:6:\"iOS 26\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:392;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:5:\"MacOS\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:267;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:15:\"windows 10 Pro \";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:372;a:4:{s:3:\"nbr\";s:1:\"6\";s:4:\"name\";s:11:\"Windows 11 \";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:51;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:15:\"Windows 11 Home\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:52;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:14:\"Windows 11 Pro\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:16:\"Operating System\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:10;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"8\";s:6:\"values\";a:1:{i:421;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:31:\"6.3 Pouces, 1328 x 2878 pixels \";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:11:\"Screen size\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:11;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:2:\"31\";s:6:\"values\";a:1:{i:268;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:4:\"256 \";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:16:\"Storage Capacity\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}}}") |
0.878
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:211
/modules/ps_facetedsearch/src/Product/SearchProvider.php:219 (insertIntoCache)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
218 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 69
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.874
ms
|
5 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
85 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 3 ORDER BY vl.`value` ASC |
0.859
ms
|
11 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
262 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 58
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.858
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
210 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 49
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.846
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
282 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 73
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.842
ms
|
4 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
62 |
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 3) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 3) ORDER BY f.`position` ASC |
0.841
ms
|
74 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
/modules/ps_facetedsearch/src/Filters/Converter.php:388 (getFeatures)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:165 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
252 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 55
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.830
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
256 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 60
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.822
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
290 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 88
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.798
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
22 |
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.783
ms
|
62 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:33 (getInstance)
|
284 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 41
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.768
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
83 |
SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM ps_product p INNER JOIN ps_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 151) 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=424)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (50, 12, 11, 9, 21) AND c.nleft>=124 AND c.nright<=125 |
0.766
ms
|
2 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:57 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:250 (getMinMaxPriceValue)
/modules/ps_facetedsearch/src/Filters/Block.php:131 (getPriceRangeBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
250 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 54
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.763
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
244 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 70
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.752
ms
|
10 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
216 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 74
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.750
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
93 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 8 ORDER BY vl.`value` ASC |
0.749
ms
|
26 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
222 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 32
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.739
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
286 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 42
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.731
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
268 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 23
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.723
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
280 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 84
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.722
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
224 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 33
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.707
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
226 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 34
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.692
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
288 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 43
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.691
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
64 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 7 ORDER BY vl.`value` ASC |
0.679
ms
|
12 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Converter.php:402 (getFeatureValues)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:165 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
232 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 37
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.672
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
228 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 35
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.665
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
128 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-16 00:00:00',
INTERVAL 100 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 = 3
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 (311) |
0.656
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/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
276 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 45
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.647
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
230 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 36
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.644
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
234 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 75
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.640
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
236 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 29
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.640
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
272 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 25
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.638
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
3 |
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.637
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:145 (__construct)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:32 (require)
|
246 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 52
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.635
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
242 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 44
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.633
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
238 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 30
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.629
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
248 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 53
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.625
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
274 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 26
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.612
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
240 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 31
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.604
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
54 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 35
AND `id_module` = 77
AND `id_shop` = 1 |
0.602
ms
|
1 |
|
|
/classes/Hook.php:518
/classes/Hook.php:602 (isModuleRegisteredOnHook)
/classes/module/Module.php:1089 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
61 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'category'
AND id_category = 78
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.599
ms
|
46 |
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:165 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
270 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 24
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.599
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
292 |
SELECT SQL_NO_CACHE s.*, sl.`description`
FROM `ps_supplier` s
LEFT JOIN `ps_supplier_lang` `sl` ON s.`id_supplier` = sl.`id_supplier` AND sl.`id_lang` = 1
INNER JOIN ps_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE (s.`active` = 1)
GROUP BY s.id_supplier
ORDER BY s.`name` ASC |
0.593
ms
|
22 |
Yes
|
Yes
|
/classes/Supplier.php:139
/modules/pkelements/src/WidgetMenuBase.php:124 (getSuppliers)
/modules/pkelements/src/WidgetMenuBase.php:45 (getSuppliersOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
296 |
SELECT SQL_NO_CACHE *
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON m.`id_meta` = ml.`id_meta`
WHERE ml.`id_lang` = 3 AND ml.id_shop = 1 ORDER BY page ASC |
0.577
ms
|
62 |
Yes
|
|
/classes/Meta.php:171
/modules/pkelements/src/WidgetMenuBase.php:136 (getMetasByIdLang)
/modules/pkelements/src/WidgetMenuBase.php:47 (getPSPages)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
183 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 18) AND (b.`id_shop` = 1) LIMIT 1 |
0.570
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
312 |
SELECT SQL_NO_CACHE a.id_ce_content as id FROM ps_ce_content a
LEFT JOIN ps_ce_content_lang AS b ON a.id_ce_content = b.id_ce_content
LEFT JOIN ps_ce_content_shop sa ON sa.id_ce_content = a.id_ce_content AND sa.id_shop = b.id_shop
WHERE b.id_lang = 3 AND sa.id_shop = 1 AND a.hook LIKE 'DisplayFooterBuilder' AND a.active = 1 ORDER BY a.id_product DESC |
0.561
ms
|
5 |
Yes
|
|
/modules/creativeelements/classes/CEContent.php:150
/modules/creativeelements/creativeelements.php:475 (getIdsByHook)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
181 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 82) AND (b.`id_shop` = 1) LIMIT 1 |
0.556
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
149 |
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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 311
ORDER BY f.position ASC |
0.538
ms
|
7 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
91 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 7 ORDER BY vl.`value` ASC |
0.538
ms
|
12 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
159 |
SELECT SQL_NO_CACHE a.id_ce_content as id FROM ps_ce_content a
LEFT JOIN ps_ce_content_lang AS b ON a.id_ce_content = b.id_ce_content
LEFT JOIN ps_ce_content_shop sa ON sa.id_ce_content = a.id_ce_content AND sa.id_shop = b.id_shop
WHERE b.id_lang = 3 AND sa.id_shop = 1 AND a.hook LIKE 'DisplayHeaderBuilder' AND a.active = 1 ORDER BY a.id_product DESC |
0.532
ms
|
5 |
Yes
|
|
/modules/creativeelements/classes/CEContent.php:150
/modules/creativeelements/creativeelements.php:475 (getIdsByHook)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
193 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 67) AND (b.`id_shop` = 1) LIMIT 1 |
0.532
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
18 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.528
ms
|
87 |
|
|
/classes/Hook.php:342
/classes/Hook.php:157 (getCanonicalHookNames)
/classes/Hook.php:366 (normalizeHookName)
/classes/Hook.php:389 (getAllKnownNames)
/classes/Hook.php:980 (isHookCallableOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:33 (getInstance)
|
56 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 28
AND `id_module` = 77
AND `id_shop` = 1 |
0.523
ms
|
1 |
|
|
/classes/Hook.php:518
/classes/Hook.php:602 (isModuleRegisteredOnHook)
/classes/module/Module.php:1089 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
170 |
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 3)
WHERE `level_depth` = 1 |
0.516
ms
|
1 |
|
|
/classes/Category.php:2242
/classes/Category.php:1114 (getCategoriesWithoutParent)
/modules/pkelements/src/WidgetMenuBase.php:88 (getRootCategory)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (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.513
ms
|
86 |
|
|
/classes/module/Module.php:346
/modules/pkfavorites/pkfavorites.php:58 (__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:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:33 (getInstance)
|
179 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 83) AND (b.`id_shop` = 1) LIMIT 1 |
0.504
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
148 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 311 UNION SELECT 0 as first_level_quantity, SUM(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_cart` = 0 AND p.`id_product_item` = 311 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.496
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
82 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 39 ORDER BY vl.`value` ASC |
0.490
ms
|
3 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
185 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 19) AND (b.`id_shop` = 1) LIMIT 1 |
0.490
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (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.487
ms
|
86 |
|
|
/classes/module/Module.php:346
/modules/pkcompare/pkcompare.php:54 (__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:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:33 (getInstance)
|
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.482
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:32 (require)
|
21 |
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.477
ms
|
86 |
|
|
/classes/module/Module.php:346
/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:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:33 (getInstance)
|
207 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 48) AND (b.`id_shop` = 1) LIMIT 1 |
0.473
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
298 |
SELECT SQL_NO_CACHE a.id_ce_content as id FROM ps_ce_content a
LEFT JOIN ps_ce_content_lang AS b ON a.id_ce_content = b.id_ce_content
LEFT JOIN ps_ce_content_shop sa ON sa.id_ce_content = a.id_ce_content AND sa.id_shop = b.id_shop
WHERE b.id_lang = 3 AND sa.id_shop = 1 AND a.hook LIKE 'DisplayCategoryPageBuilder' AND a.active = 1 ORDER BY a.id_product DESC |
0.466
ms
|
5 |
Yes
|
|
/modules/creativeelements/classes/CEContent.php:150
/modules/creativeelements/creativeelements.php:475 (getIdsByHook)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:266 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
189 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 21) AND (b.`id_shop` = 1) LIMIT 1 |
0.466
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
55 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 137
AND `id_module` = 77
AND `id_shop` = 1 |
0.466
ms
|
1 |
|
|
/classes/Hook.php:518
/classes/Hook.php:602 (isModuleRegisteredOnHook)
/classes/module/Module.php:1089 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (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 = 'bitstore.ma' OR su.domain_ssl = 'bitstore.ma')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.463
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:32 (require)
|
168 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pkcompare" LIMIT 1 |
0.459
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/pkelements/classes/WidgetPkcompare.php:73 (isInstalled)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
187 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 20) AND (b.`id_shop` = 1) LIMIT 1 |
0.452
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
169 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pkfavorites" LIMIT 1 |
0.433
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/pkelements/classes/WidgetPkfavorites.php:73 (isInstalled)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
203 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 46) AND (b.`id_shop` = 1) LIMIT 1 |
0.431
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
177 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 17) AND (b.`id_shop` = 1) LIMIT 1 |
0.426
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
158 |
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.418
ms
|
1 |
|
|
/classes/Cart.php:4255
/classes/Cart.php:4230 (hasProducts)
/classes/Cart.php:2145 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartLazyArray.php:185 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/8b/b3/53/8bb3535d0449a115f43ab0e06e81f30c3648a348_2.file.javascript.tpl.php:62 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b8e528_90256121)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/20/4f/86/204f8617f3e1197e85dfeec5b4c0098ce1462531_2.file.head.tpl.php:407 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/20/4f/86/204f8617f3e1197e85dfeec5b4c0098ce1462531_2.file.head.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b593c1_79341826)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:94 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
191 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 22) AND (b.`id_shop` = 1) LIMIT 1 |
0.416
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
277 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 27) AND (b.`id_shop` = 1) LIMIT 1 |
0.412
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
132 |
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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 311) AND (b.`id_shop` = 1) LIMIT 1 |
0.404
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:5660 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
249 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 54) AND (b.`id_shop` = 1) LIMIT 1 |
0.400
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
195 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 38) AND (b.`id_shop` = 1) LIMIT 1 |
0.398
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
173 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 63) AND (b.`id_shop` = 1) LIMIT 1 |
0.386
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)
/classes/Category.php:310 (__construct)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
197 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 39) AND (b.`id_shop` = 1) LIMIT 1 |
0.385
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
23 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 78) AND (b.`id_shop` = 1) LIMIT 1 |
0.378
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)
/controllers/front/listing/CategoryController.php:78 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
199 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 40) AND (b.`id_shop` = 1) LIMIT 1 |
0.377
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
314 |
SELECT SQL_NO_CACHE *
FROM `ps_ce_content` a
LEFT JOIN `ps_ce_content_lang` `b` ON a.`id_ce_content` = b.`id_ce_content` AND b.`id_lang` = 3
LEFT JOIN `ps_ce_content_shop` `c` ON a.`id_ce_content` = c.`id_ce_content` AND c.`id_shop` = 1
WHERE (a.`id_ce_content` = 6) AND (b.`id_shop` = 1) LIMIT 1 |
0.377
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/classes/CEContent.php:46 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:100 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:143 (getInstance)
/modules/creativeelements/core/documents-manager.php:187 (CE\get_post)
/modules/creativeelements/core/documents-manager.php:263 (get)
/modules/creativeelements/includes/frontend.php:773 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
251 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 55) AND (b.`id_shop` = 1) LIMIT 1 |
0.371
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
213 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 51) AND (b.`id_shop` = 1) LIMIT 1 |
0.369
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
205 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) AND (b.`id_shop` = 1) LIMIT 1 |
0.368
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (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.368
ms
|
9 |
|
|
/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:33 (getInstance)
|
116 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 31 ORDER BY vl.`value` ASC |
0.366
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
34 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.361
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
201 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 68) AND (b.`id_shop` = 1) LIMIT 1 |
0.360
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)
/classes/Category.php:310 (__construct)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
161 |
SELECT SQL_NO_CACHE *
FROM `ps_ce_content` a
LEFT JOIN `ps_ce_content_lang` `b` ON a.`id_ce_content` = b.`id_ce_content` AND b.`id_lang` = 3
LEFT JOIN `ps_ce_content_shop` `c` ON a.`id_ce_content` = c.`id_ce_content` AND c.`id_shop` = 1
WHERE (a.`id_ce_content` = 5) AND (b.`id_shop` = 1) LIMIT 1 |
0.358
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/classes/CEContent.php:46 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:100 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:143 (getInstance)
/modules/creativeelements/core/documents-manager.php:187 (CE\get_post)
/modules/creativeelements/core/documents-manager.php:263 (get)
/modules/creativeelements/includes/frontend.php:773 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
263 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 71) AND (b.`id_shop` = 1) LIMIT 1 |
0.355
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
50 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 124) AND (a0.`nright` > 125) AND (a1.`id_lang` = 3) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.354
ms
|
4 |
Yes
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/listing/CategoryController.php:246 (rewind)
/classes/controller/FrontController.php:1876 (getBreadcrumbLinks)
/classes/controller/FrontController.php:568 (getBreadcrumb)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
209 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 49) AND (b.`id_shop` = 1) LIMIT 1 |
0.353
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
295 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
JOIN `ps_cms_lang` cl ON c.`id_cms` = cl.`id_cms`
WHERE `id_cms_category` = 1 AND c.`active` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 3
GROUP BY c.id_cms
ORDER BY c.`position` |
0.353
ms
|
6 |
Yes
|
Yes
|
/classes/CMSCategory.php:208
/modules/pkelements/src/WidgetMenuBase.php:71 (getRecurseCategory)
/modules/pkelements/src/WidgetMenuBase.php:46 (getCMSOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
317 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 6020301 AND name = '_elementor_edit_mode' LIMIT 1 |
0.352
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:202 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:807 (enqueue)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
171 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.349
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)
/classes/Category.php:1118 (__construct)
/modules/pkelements/src/WidgetMenuBase.php:88 (getRootCategory)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
313 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 6020301 AND name = '_elementor_edit_mode' LIMIT 1 |
0.348
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:769 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
289 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 88) AND (b.`id_shop` = 1) LIMIT 1 |
0.344
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
279 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 84) AND (b.`id_shop` = 1) LIMIT 1 |
0.344
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
285 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 42) AND (b.`id_shop` = 1) LIMIT 1 |
0.341
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (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` = 151) LIMIT 1 |
0.335
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:32 (require)
|
315 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 6020301 AND name = '_elementor_page_settings' LIMIT 1 |
0.333
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:1058 (CE\get_post_meta)
/modules/creativeelements/core/document-types/content.php:117 (__construct)
/modules/creativeelements/core/documents-manager.php:216 (__construct)
/modules/creativeelements/core/documents-manager.php:263 (get)
/modules/creativeelements/includes/frontend.php:773 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
259 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 59) AND (b.`id_shop` = 1) LIMIT 1 |
0.331
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
150 |
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` = 3)
WHERE i.`id_product` = 311
ORDER BY `position` |
0.330
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
261 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 58) AND (b.`id_shop` = 1) LIMIT 1 |
0.327
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
303 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 8020301 AND name = '_elementor_edit_mode' LIMIT 1 |
0.326
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:202 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:807 (enqueue)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:266 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
316 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 6020301 AND name = '_elementor_data' LIMIT 1 |
0.326
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:644 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:782 (getElementsData)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
42 |
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` = 78) AND (b.`id_shop` = 1) LIMIT 1 |
0.325
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)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/classes/Link.php:1217 (getCategoryLink)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
283 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 41) AND (b.`id_shop` = 1) LIMIT 1 |
0.325
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
175 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 81) AND (b.`id_shop` = 1) LIMIT 1 |
0.324
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
215 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 74) AND (b.`id_shop` = 1) LIMIT 1 |
0.323
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
4 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.321
ms
|
1 |
|
|
/classes/shop/Shop.php:218
/classes/shop/Shop.php:148 (setUrl)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:32 (require)
|
217 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 69) AND (b.`id_shop` = 1) LIMIT 1 |
0.318
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)
/classes/Category.php:310 (__construct)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
319 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 6020301 AND name = '_elementor_css' LIMIT 1 |
0.318
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/base.php:134 (getMeta)
/modules/creativeelements/core/files/css/base.php:212 (getUrl)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:807 (enqueue)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
318 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 6020301 AND name = '_elementor_css' LIMIT 1 |
0.317
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/css/base.php:193 (getMeta)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:807 (enqueue)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
304 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 8020301 AND name = '_elementor_css' LIMIT 1 |
0.316
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/css/base.php:193 (getMeta)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:807 (enqueue)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:266 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
139 |
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` = 151
AND tr.`id_tax_rules_group` = 1
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.315
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
51 |
SELECT SQL_NO_CACHE id_shop FROM ps_shop |
0.314
ms
|
1 |
|
|
/classes/shop/Shop.php:751
/classes/Hook.php:593 (getCompleteListOfShopsID)
/classes/module/Module.php:1089 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
43 |
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` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 78) AND (b.`id_shop` = 1) LIMIT 1 |
0.313
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)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/classes/Link.php:1217 (getCategoryLink)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
308 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "creativeelements" LIMIT 1 |
0.312
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:225 (isEnabled)
/modules/pkthemesettings/src/Config/Config.php:23 (getSmartyConfig)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:232 (get)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:266 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
129 |
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` = 311
AND image_shop.`cover` = 1 LIMIT 1 |
0.311
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
320 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 6020301 AND name = '_elementor_version' LIMIT 1 |
0.310
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:930 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:223 (getMainMeta)
/modules/creativeelements/core/base/document.php:723 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
211 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 50) AND (b.`id_shop` = 1) LIMIT 1 |
0.309
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
265 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 72) AND (b.`id_shop` = 1) LIMIT 1 |
0.309
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)
/classes/Category.php:310 (__construct)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
219 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 28) AND (b.`id_shop` = 1) LIMIT 1 |
0.308
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
305 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 8020301 AND name = '_elementor_css' LIMIT 1 |
0.308
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/base.php:134 (getMeta)
/modules/creativeelements/core/files/css/base.php:212 (getUrl)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:807 (enqueue)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:266 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
253 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 56) AND (b.`id_shop` = 1) LIMIT 1 |
0.305
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
163 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 5020301 AND name = '_elementor_data' LIMIT 1 |
0.304
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:644 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:782 (getElementsData)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
15 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.303
ms
|
87 |
|
|
/classes/Hook.php:290
/classes/Hook.php:321 (getAllHookAliases)
/classes/Hook.php:749 (getHookAliasesFor)
/classes/Hook.php:848 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:33 (getInstance)
|
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` = 3
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.301
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)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
235 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 29) AND (b.`id_shop` = 1) LIMIT 1 |
0.301
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
239 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 31) AND (b.`id_shop` = 1) LIMIT 1 |
0.301
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (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.300
ms
|
3 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:32 (require)
|
162 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 5020301 AND name = '_elementor_page_settings' LIMIT 1 |
0.300
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:1058 (CE\get_post_meta)
/modules/creativeelements/core/document-types/content.php:117 (__construct)
/modules/creativeelements/core/documents-manager.php:216 (__construct)
/modules/creativeelements/core/documents-manager.php:263 (get)
/modules/creativeelements/includes/frontend.php:773 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
24 |
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.300
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)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
306 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 8020301 AND name = '_elementor_version' LIMIT 1 |
0.300
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:930 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:223 (getMainMeta)
/modules/creativeelements/core/base/document.php:723 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:266 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
257 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 57) AND (b.`id_shop` = 1) LIMIT 1 |
0.298
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
20 |
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.298
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/modules/ph_simpleblog/ph_simpleblog.php:70 (isFeatureActive)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:33 (getInstance)
|
160 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 5020301 AND name = '_elementor_edit_mode' LIMIT 1 |
0.297
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:769 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
33 |
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.297
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
154 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 78040301 AND name = '_elementor_edit_mode' LIMIT 1 |
0.296
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:769 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:391 (CE\apply_filters)
/classes/Hook.php:1083 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
281 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 73) AND (b.`id_shop` = 1) LIMIT 1 |
0.294
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)
/classes/Category.php:310 (__construct)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
225 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) AND (b.`id_shop` = 1) LIMIT 1 |
0.293
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
287 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 43) AND (b.`id_shop` = 1) LIMIT 1 |
0.293
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
221 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 32) AND (b.`id_shop` = 1) LIMIT 1 |
0.291
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
267 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23) AND (b.`id_shop` = 1) LIMIT 1 |
0.291
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
223 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 33) AND (b.`id_shop` = 1) LIMIT 1 |
0.289
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
164 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 5020301 AND name = '_elementor_edit_mode' LIMIT 1 |
0.288
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:202 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:807 (enqueue)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
329 |
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 = 3
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:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
330 |
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 = 3
AND ml.id_shop = 1 LIMIT 1 |
0.284
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:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
300 |
SELECT SQL_NO_CACHE *
FROM `ps_ce_content` a
LEFT JOIN `ps_ce_content_lang` `b` ON a.`id_ce_content` = b.`id_ce_content` AND b.`id_lang` = 3
LEFT JOIN `ps_ce_content_shop` `c` ON a.`id_ce_content` = c.`id_ce_content` AND c.`id_shop` = 1
WHERE (a.`id_ce_content` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
0.281
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/classes/CEContent.php:46 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:100 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:143 (getInstance)
/modules/creativeelements/core/documents-manager.php:187 (CE\get_post)
/modules/creativeelements/core/documents-manager.php:263 (get)
/modules/creativeelements/includes/frontend.php:773 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:266 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
8 |
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 3) LIMIT 1 |
0.273
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:211 (__construct)
/index.php:32 (require)
|
44 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.273
ms
|
8 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:381 (getImagesTypes)
/classes/controller/FrontController.php:1627 (getNoPictureImage)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
255 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) AND (b.`id_shop` = 1) LIMIT 1 |
0.272
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
294 |
SELECT SQL_NO_CACHE c.`id_cms_category`
FROM `ps_cms_category` c
INNER JOIN ps_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = c.id_cms_category AND cms_category_shop.id_shop = 1)
WHERE c.`id_parent` = 1 AND c.`active` = 1 ORDER BY c.`position` |
0.271
ms
|
1 |
Yes
|
|
/classes/CMSCategory.php:193
/modules/pkelements/src/WidgetMenuBase.php:71 (getRecurseCategory)
/modules/pkelements/src/WidgetMenuBase.php:46 (getCMSOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
229 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 36) AND (b.`id_shop` = 1) LIMIT 1 |
0.271
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
65 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 78) LIMIT 1 |
0.270
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:130 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:175 (initSearch)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.268
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:302 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:32 (require)
|
227 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 35) AND (b.`id_shop` = 1) LIMIT 1 |
0.266
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
231 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 37) AND (b.`id_shop` = 1) LIMIT 1 |
0.265
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
269 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 24) AND (b.`id_shop` = 1) LIMIT 1 |
0.265
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
136 |
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` = 311) |
0.265
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
66 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 78 AND `id_shop` = 1 |
0.261
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:130 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:175 (initSearch)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
293 |
SELECT SQL_NO_CACHE c.`id_cms_category`, c.`id_parent`, c.`level_depth`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` c
JOIN `ps_cms_category_lang` cl ON c.`id_cms_category` = cl.`id_cms_category`
WHERE c.`id_cms_category` = 1
AND `id_lang` = 3 LIMIT 1 |
0.261
ms
|
3 |
|
|
/classes/CMSCategory.php:184
/modules/pkelements/src/WidgetMenuBase.php:71 (getRecurseCategory)
/modules/pkelements/src/WidgetMenuBase.php:46 (getCMSOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
32 |
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.261
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
310 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "productcomments" LIMIT 1 |
0.260
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysum/b8/1c/97/b81c97109dc9072b9781d73bac7fd432edc36e49_2.file.product-miniature-reviews.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a5ee3e0_12918409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysum/5b/7b/13/5b7b1393ae7527785093f5346f565fc6ad90ad42_2.file.product.tpl.php:332 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_reviewsBlock_194782610368c9786a545698_84551334)
/var/cache/_PS_ENV_/smarty/compile/alysum/5b/7b/13/5b7b1393ae7527785093f5346f565fc6ad90ad42_2.file.product.tpl.php:425 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_194782610368c9786a545698_84551334)
/var/cache/_PS_ENV_/smarty/compile/alysum/5b/7b/13/5b7b1393ae7527785093f5346f565fc6ad90ad42_2.file.product.tpl.php:464 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysum/5b/7b/13/5b7b1393ae7527785093f5346f565fc6ad90ad42_2.file.product.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a565e78_58378125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysum/b5/5f/5a/b55f5a7a5428451d93e64ff1b2454c74820f4a9b_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/_PS_ENV_/smarty/compile/alysum/b5/5f/5a/b55f5a7a5428451d93e64ff1b2454c74820f4a9b_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a543971_73982322)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:109 (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:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a510890_03522096)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:261 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:266 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
301 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 8020301 AND name = '_elementor_page_settings' LIMIT 1 |
0.259
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:1058 (CE\get_post_meta)
/modules/creativeelements/core/document-types/content.php:117 (__construct)
/modules/creativeelements/core/documents-manager.php:216 (__construct)
/modules/creativeelements/core/documents-manager.php:263 (get)
/modules/creativeelements/includes/frontend.php:773 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:266 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
237 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 30) AND (b.`id_shop` = 1) LIMIT 1 |
0.259
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
233 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 75) AND (b.`id_shop` = 1) LIMIT 1 |
0.257
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
167 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 5020301 AND name = '_elementor_version' LIMIT 1 |
0.257
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:930 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:223 (getMainMeta)
/modules/creativeelements/core/base/document.php:723 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
349 |
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 = 3
AND ml.id_shop = 1 LIMIT 1 |
0.254
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:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
307 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_facetedsearch" LIMIT 1 |
0.253
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/pkelements/classes/WidgetPkcategoryFilter.php:63 (isInstalled)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:266 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
299 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 8020301 AND name = '_elementor_edit_mode' LIMIT 1 |
0.251
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:769 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:266 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
243 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 70) AND (b.`id_shop` = 1) LIMIT 1 |
0.251
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)
/classes/Category.php:310 (__construct)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
245 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 52) AND (b.`id_shop` = 1) LIMIT 1 |
0.250
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
273 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 26) AND (b.`id_shop` = 1) LIMIT 1 |
0.250
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
241 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 44) AND (b.`id_shop` = 1) LIMIT 1 |
0.249
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
331 |
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 = 3
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:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
29 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:690 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
247 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 53) AND (b.`id_shop` = 1) LIMIT 1 |
0.247
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
348 |
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` = 1011 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.247
ms
|
4 |
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:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
353 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_cart` = 0 LIMIT 1 |
0.246
ms
|
1 |
|
|
/classes/Cart.php:1303
/src/Adapter/Presenter/Cart/CartLazyArray.php:300 (getNbProducts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getProductsCount)
/var/cache/_PS_ENV_/smarty/compile/alysum/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php:30 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a0b7509_65169043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysum/bc/08/6c/bc086c90b64fd4b1c309ac358ae89bc715182606_2.module.pkelementsviewstemplates_partialssidebarspkcart.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_pkcart_10070804168c9786a0a5fa9_35792137)
/var/cache/_PS_ENV_/smarty/compile/alysum/bc/08/6c/bc086c90b64fd4b1c309ac358ae89bc715182606_2.module.pkelementsviewstemplates_partialssidebarspkcart.tpl.php:40 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a0a9a13_15541704)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/pkelements/src/Hooks/DisplayBeforeBodyClosingTag.php:165 (fetch)
/modules/pkelements/src/Hooks/DisplayBeforeBodyClosingTag.php:96 (addCart)
/modules/pkelements/src/Hooks/DisplayBeforeBodyClosingTag.php:83 (addSidebar)
/modules/pkelements/src/Hooks/DisplayBeforeBodyClosingTag.php:64 (injectSidebars)
/modules/pkelements/pkelements.php:148 (init)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:185 (__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/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
309 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 69 AND `id_shop` = 1 LIMIT 1 |
0.246
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:225 (isEnabled)
/modules/pkthemesettings/src/Config/Config.php:23 (getSmartyConfig)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:232 (get)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:266 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
38 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.245
ms
|
1 |
|
|
/classes/module/Module.php:2046
/classes/Hook.php:935 (getExceptionsStatic)
/classes/controller/FrontController.php:1004 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
40 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.245
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/controller/FrontController.php:1669 (isEnabled)
/classes/controller/FrontController.php:1813 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:276 (getTemplateVarPage)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
271 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 25) AND (b.`id_shop` = 1) LIMIT 1 |
0.244
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
350 |
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 = 3
AND ml.id_shop = 1 LIMIT 1 |
0.241
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:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
165 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 5020301 AND name = '_elementor_css' LIMIT 1 |
0.240
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/css/base.php:193 (getMeta)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:807 (enqueue)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
145 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 311 LIMIT 1 |
0.240
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
275 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 45) AND (b.`id_shop` = 1) LIMIT 1 |
0.240
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)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
325 |
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` = 1011 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.238
ms
|
4 |
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:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
351 |
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 = 3
AND ml.id_shop = 1 LIMIT 1 |
0.238
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:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
45 |
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 151 LIMIT 1 |
0.235
ms
|
1 |
|
|
/classes/AddressFormat.php:656
/classes/AddressFormat.php:630 (getFormatDB)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
133 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 50
AND `active` = 1 LIMIT 1 |
0.234
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:5669 (getNameById)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
35 |
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 78
AND `id_shop` = 1 LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/Category.php:2450
/controllers/front/listing/CategoryController.php:83 (existsInShop)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
354 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 78040301 AND name = '_elementor_edit_mode' LIMIT 1 |
0.232
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:202 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:525 (enqueue)
/modules/creativeelements/includes/frontend.php:545 (enqueueStyles)
:undefined (wpFooter)
/modules/creativeelements/classes/wrappers/Helper.php:237 (call_user_func_array)
/modules/creativeelements/classes/assets/CEAssetManager.php:171 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:144 (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/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
47 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 151) LIMIT 1 |
0.230
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
302 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 8020301 AND name = '_elementor_data' LIMIT 1 |
0.230
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:644 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:782 (getElementsData)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:266 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
68 |
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="42b580d149ead073f6badfe297f4e233" LIMIT 1 |
0.230
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:186
/modules/ps_facetedsearch/src/Product/SearchProvider.php:212 (getFromCache)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
60 |
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 78
AND `id_shop` = 1 LIMIT 1 |
0.229
ms
|
1 |
|
|
/classes/Category.php:2450
/controllers/front/listing/CategoryController.php:133 (existsInShop)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
333 |
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.228
ms
|
4 |
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:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
12 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'en' LIMIT 1 |
0.226
ms
|
3 |
|
|
/classes/Language.php:854
/classes/Tools.php:627 (getIdByIso)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:33 (getInstance)
|
166 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 5020301 AND name = '_elementor_css' LIMIT 1 |
0.226
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/base.php:134 (getMeta)
/modules/creativeelements/core/files/css/base.php:212 (getUrl)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:807 (enqueue)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
155 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 78040301 AND name = '_wp_page_template' LIMIT 1 |
0.225
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/document-types/post.php:242 (CE\get_post_meta)
/modules/creativeelements/core/documents-manager.php:216 (__construct)
/modules/creativeelements/core/documents-manager.php:263 (get)
/modules/creativeelements/modules/page-templates/module.php:71 (getDocForFrontend)
:undefined (templateInclude)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:394 (CE\apply_filters)
/classes/Hook.php:1083 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
322 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.219
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/pkelements/classes/WidgetPklinks.php:66 (isInstalled)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
342 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1 |
0.219
ms
|
3 |
|
|
/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:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
341 |
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.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:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
25 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.215
ms
|
3 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/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)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
144 |
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` = 151
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.215
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3952 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5726 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
352 |
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.214
ms
|
4 |
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:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
338 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1 |
0.212
ms
|
3 |
|
|
/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:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
355 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 78040301 AND name = '_elementor_page_settings' LIMIT 1 |
0.212
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/settings/page/manager.php:216 (CE\get_post_meta)
/modules/creativeelements/core/settings/base/manager.php:390 (getSavedSettings)
/modules/creativeelements/core/settings/base/manager.php:118 (createModel)
/modules/creativeelements/core/settings/page/manager.php:80 (getModel)
/modules/creativeelements/core/settings/manager.php:173 (getModelForConfig)
/modules/creativeelements/includes/frontend.php:955 (getSettingsFrontendConfig)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/core/base/app.php:36 (getSettings)
/modules/creativeelements/includes/frontend.php:469 (printConfig)
/modules/creativeelements/includes/frontend.php:546 (enqueueScripts)
:undefined (wpFooter)
/modules/creativeelements/classes/wrappers/Helper.php:237 (call_user_func_array)
/modules/creativeelements/classes/assets/CEAssetManager.php:171 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:144 (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/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
297 |
SELECT SQL_NO_CACHE id_ce_template, title FROM ps_ce_template WHERE active = 1 |
0.211
ms
|
4 |
|
|
/modules/pkelements/src/WidgetMenuBase.php:54
/modules/pkelements/classes/WidgetPknav.php:140 (getCETemplates)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
7 |
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.211
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:561 (__construct)
/config/config.inc.php:171 (getGroup)
/index.php:32 (require)
|
130 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1
AND cl.`id_category` = 2 LIMIT 1 |
0.210
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5658 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
26 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'MAD') LIMIT 1 |
0.208
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php: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)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
311 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1 |
0.204
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysum/b8/1c/97/b81c97109dc9072b9781d73bac7fd432edc36e49_2.file.product-miniature-reviews.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a5ee3e0_12918409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysum/5b/7b/13/5b7b1393ae7527785093f5346f565fc6ad90ad42_2.file.product.tpl.php:332 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_reviewsBlock_194782610368c9786a545698_84551334)
/var/cache/_PS_ENV_/smarty/compile/alysum/5b/7b/13/5b7b1393ae7527785093f5346f565fc6ad90ad42_2.file.product.tpl.php:425 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_194782610368c9786a545698_84551334)
/var/cache/_PS_ENV_/smarty/compile/alysum/5b/7b/13/5b7b1393ae7527785093f5346f565fc6ad90ad42_2.file.product.tpl.php:464 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysum/5b/7b/13/5b7b1393ae7527785093f5346f565fc6ad90ad42_2.file.product.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a565e78_58378125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysum/b5/5f/5a/b55f5a7a5428451d93e64ff1b2454c74820f4a9b_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/_PS_ENV_/smarty/compile/alysum/b5/5f/5a/b55f5a7a5428451d93e64ff1b2454c74820f4a9b_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a543971_73982322)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:109 (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:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a510890_03522096)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:261 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:266 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
28 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.203
ms
|
3 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/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)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
134 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
0.202
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
57 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 979
AND `id_module` = 77
AND `id_shop` = 1 |
0.201
ms
|
1 |
|
|
/classes/Hook.php:518
/classes/Hook.php:602 (isModuleRegisteredOnHook)
/classes/module/Module.php:1089 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
30 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 |
0.199
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:690 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
156 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 78040301 AND name = '_elementor_page_settings' LIMIT 1 |
0.197
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:1058 (CE\get_post_meta)
/modules/creativeelements/core/document-types/post.php:251 (__construct)
/modules/creativeelements/core/documents-manager.php:216 (__construct)
/modules/creativeelements/core/documents-manager.php:263 (get)
/modules/creativeelements/modules/page-templates/module.php:71 (getDocForFrontend)
:undefined (templateInclude)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:394 (CE\apply_filters)
/classes/Hook.php:1083 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
326 |
SELECT SQL_NO_CACHE *
FROM `ps_link_block` a
LEFT JOIN `ps_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 1) LIMIT 1 |
0.196
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
152 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Core/Image/ImageFormatConfiguration.php:69 (isEnabled)
/src/Adapter/Image/ImageRetriever.php:209 (getGenerationFormats)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
346 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 7 AND `id_shop` = 1 |
0.193
ms
|
3 |
|
|
/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:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
337 |
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.193
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:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
36 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 78 AND ctg.`id_group` = 1 LIMIT 1 |
0.193
ms
|
1 |
|
|
/classes/Category.php:1754
/controllers/front/listing/CategoryController.php:90 (checkAccess)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
340 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1 |
0.193
ms
|
3 |
|
|
/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:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
344 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 4 AND `id_shop` = 1 |
0.192
ms
|
3 |
|
|
/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:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
131 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 2 LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
357 |
SELECT SQL_NO_CACHE id_ce_revision FROM ps_ce_revision WHERE parent = 78040301 AND active = 0 AND id_employee = 0 LIMIT 1 |
0.191
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:461
/modules/creativeelements/includes/utils.php:224 (CE\wp_get_post_autosave)
/modules/creativeelements/core/base/document.php:856 (getPostAutosave)
/modules/creativeelements/core/documents-manager.php:239 (getAutosaveId)
/modules/creativeelements/core/settings/page/model.php:182 (getDocOrAutoSave)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/controls-stack.php:350 (getSettings)
/modules/creativeelements/includes/base/controls-stack.php:1079 (getControlsSettings)
/modules/creativeelements/includes/base/controls-stack.php:1215 (getActiveSettings)
/modules/creativeelements/core/settings/manager.php:176 (getFrontendSettings)
/modules/creativeelements/includes/frontend.php:955 (getSettingsFrontendConfig)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/core/base/app.php:36 (getSettings)
/modules/creativeelements/includes/frontend.php:469 (printConfig)
/modules/creativeelements/includes/frontend.php:546 (enqueueScripts)
:undefined (wpFooter)
/modules/creativeelements/classes/wrappers/Helper.php:237 (call_user_func_array)
/modules/creativeelements/classes/assets/CEAssetManager.php:171 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:144 (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/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
339 |
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.190
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:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
48 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 151 |
0.188
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
343 |
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` = 4) LIMIT 1 |
0.186
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:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
345 |
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` = 7) LIMIT 1 |
0.185
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:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
53 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 20
AND `id_module` = 77
AND `id_shop` = 1 |
0.185
ms
|
1 |
|
|
/classes/Hook.php:518
/classes/Hook.php:602 (isModuleRegisteredOnHook)
/classes/module/Module.php:1089 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
153 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
0.185
ms
|
8 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:224 (getFormattedName)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
41 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.185
ms
|
0 |
|
|
/classes/module/Module.php:2137
/classes/controller/FrontController.php:1669 (isEnabled)
/classes/controller/FrontController.php:1813 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:276 (getTemplateVarPage)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
334 |
SELECT SQL_NO_CACHE *
FROM `ps_link_block` a
LEFT JOIN `ps_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 2) LIMIT 1 |
0.184
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
9 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 3
AND id_shop = 1 LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:32 (require)
|
147 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 311) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
356 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 78040301 AND name = '_wp_page_template' LIMIT 1 |
0.181
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/settings/page/manager.php:223 (CE\get_post_meta)
/modules/creativeelements/core/settings/base/manager.php:390 (getSavedSettings)
/modules/creativeelements/core/settings/base/manager.php:118 (createModel)
/modules/creativeelements/core/settings/page/manager.php:80 (getModel)
/modules/creativeelements/core/settings/manager.php:173 (getModelForConfig)
/modules/creativeelements/includes/frontend.php:955 (getSettingsFrontendConfig)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/core/base/app.php:36 (getSettings)
/modules/creativeelements/includes/frontend.php:469 (printConfig)
/modules/creativeelements/includes/frontend.php:546 (enqueueScripts)
:undefined (wpFooter)
/modules/creativeelements/classes/wrappers/Helper.php:237 (call_user_func_array)
/modules/creativeelements/classes/assets/CEAssetManager.php:171 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:144 (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/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
31 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Tools.php:699 (isAssociatedToShop)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
327 |
SELECT SQL_NO_CACHE *
FROM `ps_link_block_lang`
WHERE `id_link_block` = 1 |
0.177
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
49 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.173
ms
|
1 |
|
|
/classes/ObjectModel.php:1592
/classes/ObjectModel.php:1624 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1555 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:567 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
46 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 151 LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
336 |
SELECT SQL_NO_CACHE *
FROM `ps_hook` a
WHERE (a.`id_hook` = 45) LIMIT 1 |
0.171
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:64 (__construct)
/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:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
335 |
SELECT SQL_NO_CACHE *
FROM `ps_link_block_lang`
WHERE `id_link_block` = 2 |
0.170
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
323 |
SELECT SQL_NO_CACHE `id_hook` FROM ps_link_block |
0.170
ms
|
2 |
|
|
/modules/pkelements/classes/WidgetPklinks.php:468
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
151 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 311 |
0.167
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
141 |
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1 |
0.166
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
328 |
SELECT SQL_NO_CACHE *
FROM `ps_hook` a
WHERE (a.`id_hook` = 1011) LIMIT 1 |
0.166
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:64 (__construct)
/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:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
137 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 311 AND id_shop=1 LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
135 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 311 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
140 |
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.160
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
324 |
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 1011 LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/Hook.php:247
/modules/pkelements/classes/WidgetPklinks.php:474 (getNameById)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
146 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 311 LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
142 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 311 AND `id_group` = 1 LIMIT 1 |
0.154
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
332 |
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 45 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Hook.php:247
/modules/pkelements/classes/WidgetPklinks.php:474 (getNameById)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
347 |
SELECT SQL_NO_CACHE `id_hook` FROM ps_link_block |
0.147
ms
|
2 |
|
|
/modules/pkelements/classes/WidgetPklinks.php:468
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/16/e7/e0/16e7e0a3f05ef47a40dcfbb97ae90ddfb3be6cd6_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869ae7655_83227419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
143 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3994 (getReductionByIdGroup)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|