76 |
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='2734' 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 ) GROUP BY p.id_product ORDER BY p.quantity DESC, p.id_product DESC LIMIT 0, 24 |
37.169
ms
|
40804 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Filters/Products.php:90 (execute)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:187 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
82 |
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 = 130) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='2734' |
31.647
ms
|
202 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:58 (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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1043 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 4 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 2 AND nright <= 1733
AND c.id_category IN (
SELECT id_category
FROM `ps_category_group`
WHERE `id_group` IN (1)
)
ORDER BY `level_depth` ASC, cs.`position` ASC |
29.083
ms
|
868 |
Yes
|
|
/modules/ps_categorytree/ps_categorytree.php:166
/modules/ps_categorytree/ps_categorytree.php:350 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:330 (getWidgetVariables)
/classes/Hook.php:1005 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:949 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:226 (__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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:251 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
98 |
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` = 4)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
21.970
ms
|
9582 |
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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
768 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1217) AND (b.`id_shop` = 1) LIMIT 1 |
21.211
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
796 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1232) AND (b.`id_shop` = 1) LIMIT 1 |
20.407
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
101 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-03-14 00:00:00',
INTERVAL 1 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 = 4
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 (9301,9715,9234,9297,9367,9308,28984,9445,9315,9613,9592,9350,9266,9588,1718,9773,9306,9427,9812,9932,9354,9644,9313,9302) |
18.993
ms
|
24 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:203 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
769 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1217
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
18.048
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
770 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1218) AND (b.`id_shop` = 1) LIMIT 1 |
15.879
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
81 |
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 FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='2734' 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) WHERE cg.id_group='1' AND c.level_depth<=2 AND c.nleft>2 AND c.nright<1733 GROUP BY cp.id_category |
9.707
ms
|
40804 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
99 |
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 FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='2734' GROUP BY p.id_product) p GROUP BY p.id_manufacturer |
8.161
ms
|
40804 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (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 FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='2734' GROUP BY p.id_product) p |
7.692
ms
|
40804 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:764 (valueCount)
/modules/ps_facetedsearch/src/Filters/Products.php:94 (count)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:187 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
89 |
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='2734' 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 ) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2))) |
6.973
ms
|
40804 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:764 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:480 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:140 (getAvailabilitiesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
91 |
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='2734' 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 ) WHERE ((sa.quantity>0)) |
6.538
ms
|
40804 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:764 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:505 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:140 (getAvailabilitiesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1038 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1 |
6.208
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:1000 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:949 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/f5/79/16/f57916e154f8cba11a68814007ebe9c089653144_2.file.menu-mobile.tpl.php:60 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44580a63bd4_46107309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:594 (fetch)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
90 |
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='2734' 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 ) WHERE ((sa.out_of_stock=1) OR (sa.quantity>0)) |
6.158
ms
|
40804 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:764 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:494 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:140 (getAvailabilitiesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
92 |
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 FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='2734' GROUP BY p.id_product) p GROUP BY p.condition |
6.129
ms
|
40804 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
792 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1230) AND (b.`id_shop` = 1) LIMIT 1 |
6.103
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
797 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1232
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
6.017
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
440 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9306) AND (b.`id_shop` = 1) LIMIT 1 |
5.874
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
80 |
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` = 4
AND c.`active` = 1
ORDER BY c.nleft, c.position |
5.803
ms
|
868 |
Yes
|
|
/classes/Category.php:721
/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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
771 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1218
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
5.075
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
790 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1229) AND (b.`id_shop` = 1) LIMIT 1 |
4.800
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
791 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1229
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
4.657
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
793 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1230
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
4.552
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
100 |
REPLACE INTO ps_layered_filter_block (hash, data) VALUES ("cd1d75f8700d1dc48705e34b6d6943d0", "a:1:{s:7:\"filters\";a:6:{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:11:\"Kategooriad\";s:6:\"values\";a:8:{i:887;a:2:{s:4:\"name\";s:10:\"Kodu | Aed\";s:3:\"nbr\";i:62;}i:891;a:2:{s:4:\"name\";s:16:\"Gourmet | Köök\";s:3:\"nbr\";i:39;}i:963;a:2:{s:4:\"name\";s:25:\"Mänguasjad | Kostüümid\";s:3:\"nbr\";i:7;}i:966;a:2:{s:4:\"name\";s:16:\"Sport | Vaba Aeg\";s:3:\"nbr\";i:22;}i:971;a:2:{s:4:\"name\";s:12:\"Tervis | Ilu\";s:3:\"nbr\";i:56;}i:977;a:2:{s:4:\"name\";s:25:\"Parfümeeria | Kosmeetika\";s:3:\"nbr\";i:5;}i:1026;a:2:{s:4:\"name\";s:19:\"Mood | Aksessuaarid\";s:3:\"nbr\";i:4;}i:1062;a:2:{s:4:\"name\";s:22:\"Arvutid | Elektroonika\";s:3:\"nbr\";i:7;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:1;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:4:\"Hind\";s:3:\"max\";d:527;s:3:\"min\";d:13;s:4:\"unit\";s:3:\"€\";s:14:\"specifications\";a:11:{s:6:\"symbol\";a:11:{i:0;s:1:\",\";i:1;s:2:\" \";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:3:\"−\";i:5;s:1:\"+\";i:6;s:5:\"×10^\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:12:\"currencyCode\";s:3:\"EUR\";s:14:\"currencySymbol\";s:3:\"€\";s:13:\"numberSymbols\";a:11:{i:0;s:1:\",\";i:1;s:2:\" \";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:3:\"−\";i:5;s:1:\"+\";i:6;s:5:\"×10^\";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:202;s:5:\"value\";N;}i:2;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:8:\"Saadavus\";s:6:\"values\";a:2:{i:2;a:2:{s:4:\"name\";s:15:\"Laosolevad enne\";s:3:\"nbr\";i:201;}i:0;a:2:{s:4:\"name\";s:5:\"Otsas\";s:3:\"nbr\";i:1;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i: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:7:\"Olukord\";s:6:\"values\";a:3:{s:3:\"new\";a:2:{s:4:\"name\";s:3:\"Uus\";s:3:\"nbr\";i:202;}s:4:\"used\";a:2:{s:4:\"name\";s:9:\"Kasutatud\";s:3:\"nbr\";i:0;}s:11:\"refurbished\";a:2:{s:4:\"name\";s:12:\"Renoveeritud\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:4;a:12:{s:9:\"type_lite\";s:6:\"weight\";s:4:\"type\";s:6:\"weight\";s:6:\"id_key\";i:0;s:4:\"name\";s:4:\"Kaal\";s:3:\"max\";d:18.655;s:3:\"min\";d:0.021;s:4:\"unit\";s:2:\"kg\";s:14:\"specifications\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:5:\"value\";N;s:3:\"nbr\";i:202;}i:5;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:6:\"Bränd\";s:6:\"values\";a:1:{i:2734;a:2:{s:4:\"name\";s:11:\"InnovaGoods\";s:3:\"nbr\";i:202;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:2;}}}") |
4.287
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:211
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (insertIntoCache)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1037 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
3.971
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:1000 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:949 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/f5/79/16/f57916e154f8cba11a68814007ebe9c089653144_2.file.menu-mobile.tpl.php:60 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44580a63bd4_46107309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:594 (fetch)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
459 |
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` = 4)
WHERE i.`id_product` = 9313
ORDER BY `position` |
3.962
ms
|
12 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
93 |
SELECT SQL_NO_CACHE MIN(p.weight) as min, MAX(p.weight) as max FROM ps_product p INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='2734' |
3.769
ms
|
202 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:751 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:339 (getMinMaxValue)
/modules/ps_facetedsearch/src/Filters/Block.php:134 (getWeightRangeBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
2 |
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
3.537
ms
|
3282 |
|
|
/classes/Configuration.php:180
/classes/Configuration.php:229 (loadConfiguration)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
1047 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9297) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
3.470
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609541c57_94681289)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460951fc92_88590813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609517645_37765602)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460950c615_46738951)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
789 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1228
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
3.292
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
777 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1221
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
3.264
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
274 |
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` = 1718
AND image_shop.`cover` = 1 LIMIT 1 |
3.238
ms
|
14 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
795 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1231
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
3.233
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
110 |
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 |
3.135
ms
|
0 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:226 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3915 (getManager)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
764 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1215) AND (b.`id_shop` = 1) LIMIT 1 |
3.046
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1041 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
3.006
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:1000 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:949 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:226 (__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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:251 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
435 |
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` = 4)
WHERE i.`id_product` = 1718
ORDER BY `position` |
2.971
ms
|
14 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
794 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1231) AND (b.`id_shop` = 1) LIMIT 1 |
2.911
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
765 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1215
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
2.810
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
111 |
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 |
2.795
ms
|
568 |
|
|
/classes/Hook.php:457
/classes/Hook.php:494 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3915 (getManager)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
438 |
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` = 4)
WHERE i.`id_product` = 9773
ORDER BY `position` |
2.725
ms
|
6 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
763 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1214
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
2.612
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
782 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1225) AND (b.`id_shop` = 1) LIMIT 1 |
2.497
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
193 |
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` = 9445
AND image_shop.`cover` = 1 LIMIT 1 |
2.392
ms
|
6 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
786 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1227) AND (b.`id_shop` = 1) LIMIT 1 |
2.369
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1048 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9367) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
2.367
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609541c57_94681289)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460951fc92_88590813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609517645_37765602)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460950c615_46738951)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
411 |
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` = 4)
WHERE i.`id_product` = 28984
ORDER BY `position` |
2.323
ms
|
14 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
16 |
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.318
ms
|
166 |
Yes
|
Yes
|
/classes/Hook.php:1184
/classes/Hook.php:700 (getAllHookRegistrations)
/classes/Hook.php:804 (getHookModuleExecList)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
78 |
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="cd1d75f8700d1dc48705e34b6d6943d0" LIMIT 1 |
2.303
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:186
/modules/ps_facetedsearch/src/Product/SearchProvider.php:210 (getFromCache)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
181 |
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` = 28984
AND image_shop.`cover` = 1 LIMIT 1 |
2.302
ms
|
14 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
775 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1220
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
2.292
ms
|
11 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
432 |
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` = 4)
WHERE i.`id_product` = 9588
ORDER BY `position` |
2.261
ms
|
10 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
426 |
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` = 4)
WHERE i.`id_product` = 9350
ORDER BY `position` |
2.194
ms
|
8 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
453 |
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` = 4)
WHERE i.`id_product` = 9354
ORDER BY `position` |
2.169
ms
|
7 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
965 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 962
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
2.152
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
776 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1221) AND (b.`id_shop` = 1) LIMIT 1 |
2.129
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
881 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 914
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
2.116
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
585 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1255
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
2.092
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
444 |
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` = 4)
WHERE i.`id_product` = 9427
ORDER BY `position` |
2.069
ms
|
8 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
788 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1228) AND (b.`id_shop` = 1) LIMIT 1 |
2.030
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
417 |
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` = 4)
WHERE i.`id_product` = 9315
ORDER BY `position` |
2.014
ms
|
13 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
46 |
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 |
2.007
ms
|
1 |
|
|
/classes/Cart.php:4191
/classes/Cart.php:4166 (hasProducts)
/classes/Cart.php:2117 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1050 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (28984) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.993
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609541c57_94681289)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460951fc92_88590813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609517645_37765602)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460950c615_46738951)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
450 |
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` = 4)
WHERE i.`id_product` = 9932
ORDER BY `position` |
1.937
ms
|
22 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1090 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
1.809
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/creativeelements/includes/managers/elements.php:56 (__construct)
/modules/creativeelements/includes/base/element-base.php:193 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44585649fa3_06545443)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1066 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9313) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.805
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609541c57_94681289)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460951fc92_88590813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609517645_37765602)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460950c615_46738951)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
879 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 912
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.788
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
321 |
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` = 9812
AND image_shop.`cover` = 1 LIMIT 1 |
1.783
ms
|
4 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1042 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1 |
1.780
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:1000 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:949 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:226 (__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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:251 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
831 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1355
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.766
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1045 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9715) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.761
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609541c57_94681289)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460951fc92_88590813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609517645_37765602)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460950c615_46738951)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1073 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 3020401 AND name = '_elementor_css' LIMIT 1 |
1.750
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/css-file/post-css-file.php:60 (CE\get_post_meta)
/modules/creativeelements/includes/css-file/css-file.php:247 (loadMeta)
/modules/creativeelements/includes/css-file/css-file.php:100 (getMeta)
/modules/creativeelements/includes/css-file/post-css-file.php:98 (enqueue)
/modules/creativeelements/includes/frontend.php:390 (enqueue)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44585649fa3_06545443)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
216 |
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` = 9613
AND image_shop.`cover` = 1 LIMIT 1 |
1.740
ms
|
5 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1052 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9315) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.738
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609541c57_94681289)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460951fc92_88590813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609517645_37765602)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460950c615_46738951)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1040 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
1.724
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/src/Adapter/Presenter/Cart/CartPresenter.php:92 (__construct)
/modules/posshoppingcart/posshoppingcart.php:86 (__construct)
/modules/posshoppingcart/posshoppingcart.php:103 (getWidgetVariables)
/modules/posthemeoptions/elementor/widgets/PosHeaderCartWidget.php:383 (renderWidget)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
95 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='2734' 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) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=3)) GROUP BY pac.id_attribute |
1.719
ms
|
6 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1077 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 4
AND ml.id_shop = 1 LIMIT 1 |
1.668
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/posthemeoptions/elementor/src/WidgetHelper.php:851 (getMetaByPage)
/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:120 (getPagesOption)
/modules/creativeelements/includes/base/controls-stack.php:468 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:72 (_initControls)
/modules/creativeelements/includes/base/controls-stack.php:437 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:477 (_getParsedSettings)
/modules/creativeelements/includes/base/controls-stack.php:483 (_init)
/modules/creativeelements/includes/base/element-base.php:460 (__construct)
/modules/creativeelements/includes/base/widget-base.php:58 (__construct)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:53 (__construct)
/modules/creativeelements/includes/managers/elements.php:56 (__construct)
/modules/creativeelements/includes/base/element-base.php:193 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44585649fa3_06545443)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1065 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9644) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.664
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609541c57_94681289)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460951fc92_88590813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609517645_37765602)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460950c615_46738951)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1062 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9812) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.660
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609541c57_94681289)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460951fc92_88590813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609517645_37765602)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460950c615_46738951)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
425 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9350) AND (b.`id_shop` = 1) LIMIT 1 |
1.641
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1028 |
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` = 4
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 |
1.638
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posmegamenu/posmegamenu.php:882 (__construct)
/modules/posmegamenu/posmegamenu.php:826 (fomartLink)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582 (hookDisplayMegamenuMobile)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1049 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9308) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.635
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609541c57_94681289)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460951fc92_88590813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609517645_37765602)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460950c615_46738951)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1046 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9234) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.630
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609541c57_94681289)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460951fc92_88590813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609517645_37765602)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460950c615_46738951)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
901 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1325
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.616
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
458 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9313) AND (b.`id_shop` = 1) LIMIT 1 |
1.614
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
449 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9932) AND (b.`id_shop` = 1) LIMIT 1 |
1.606
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
759 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1212
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.559
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
18 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
1.555
ms
|
180 |
Yes
|
|
/classes/Dispatcher.php:633
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
1044 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9301) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.549
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609541c57_94681289)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460951fc92_88590813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609517645_37765602)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460950c615_46738951)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
228 |
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` = 9592
AND image_shop.`cover` = 1 LIMIT 1 |
1.537
ms
|
13 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
461 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9302) AND (b.`id_shop` = 1) LIMIT 1 |
1.524
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1061 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9427) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.472
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609541c57_94681289)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460951fc92_88590813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609517645_37765602)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460950c615_46738951)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
758 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1212) AND (b.`id_shop` = 1) LIMIT 1 |
1.471
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1031 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 141) AND (b.`id_shop` = 1) LIMIT 1 |
1.458
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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)
/modules/posmegamenu/posmegamenu.php:881 (getCategoryLink)
/modules/posmegamenu/posmegamenu.php:826 (fomartLink)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582 (hookDisplayMegamenuMobile)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1072 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 3020401 AND name = '_elementor_edit_mode' LIMIT 1 |
1.441
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/db.php:200 (CE\get_post_meta)
/modules/creativeelements/includes/db.php:351 (getEditMode)
/modules/creativeelements/includes/css-file/post-css-file.php:94 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:390 (enqueue)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44585649fa3_06545443)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
781 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1224
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.436
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
94 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 3 ORDER BY agl.`name` ASC, a.`position` ASC |
1.433
ms
|
3 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
762 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1214) AND (b.`id_shop` = 1) LIMIT 1 |
1.421
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
778 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1222) AND (b.`id_shop` = 1) LIMIT 1 |
1.416
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1053 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9613) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.405
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609541c57_94681289)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460951fc92_88590813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609517645_37765602)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460950c615_46738951)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
830 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1355) AND (b.`id_shop` = 1) LIMIT 1 |
1.395
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
571 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1286
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.364
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
772 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1219) AND (b.`id_shop` = 1) LIMIT 1 |
1.355
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
555 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1078
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.339
ms
|
10 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1039 |
SELECT SQL_NO_CACHE count(id_wishlist_product) FROM ps_poswishlist w, ps_poswishlist_product wp where w.id_wishlist = wp.id_wishlist and w.id_customer=0 LIMIT 1 |
1.331
ms
|
60 |
|
|
/modules/poswishlist/poswishlist.php:222
/modules/poswishlist/poswishlist.php:235 (hookdisplayNav)
/classes/Hook.php:994 (hookdisplayMegamenuMobileBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/f5/79/16/f57916e154f8cba11a68814007ebe9c089653144_2.file.menu-mobile.tpl.php:60 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44580a63bd4_46107309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:594 (fetch)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
857 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 891
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.329
ms
|
10 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1067 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9302) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.327
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609541c57_94681289)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460951fc92_88590813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609517645_37765602)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460950c615_46738951)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
978 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1737) AND (b.`id_shop` = 1) LIMIT 1 |
1.325
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1064 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9354) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.321
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609541c57_94681289)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460951fc92_88590813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609517645_37765602)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460950c615_46738951)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1054 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9592) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.317
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609541c57_94681289)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460951fc92_88590813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609517645_37765602)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460950c615_46738951)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
577 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1081
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.315
ms
|
6 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
441 |
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` = 4)
WHERE i.`id_product` = 9306
ORDER BY `position` |
1.302
ms
|
10 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1063 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9932) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.296
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609541c57_94681289)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460951fc92_88590813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609517645_37765602)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460950c615_46738951)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1058 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1718) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.291
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609541c57_94681289)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460951fc92_88590813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609517645_37765602)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460950c615_46738951)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
877 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 910
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.287
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
905 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1500
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.276
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
429 |
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` = 4)
WHERE i.`id_product` = 9266
ORDER BY `position` |
1.270
ms
|
5 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
455 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9644) AND (b.`id_shop` = 1) LIMIT 1 |
1.237
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
964 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 962) AND (b.`id_shop` = 1) LIMIT 1 |
1.237
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
437 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9773) AND (b.`id_shop` = 1) LIMIT 1 |
1.230
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1023 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
1.216
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/creativeelements/includes/managers/elements.php:56 (__construct)
/modules/creativeelements/includes/base/element-base.php:193 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1060 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9306) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.211
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609541c57_94681289)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460951fc92_88590813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609517645_37765602)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460950c615_46738951)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
745 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1205
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.203
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
823 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1266
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.191
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
45 |
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 |
1.188
ms
|
108 |
|
|
/classes/module/Module.php:345
/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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:914 (getInstanceByName)
/classes/controller/FrontController.php:948 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1012 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 4
AND ml.id_shop = 1 LIMIT 1 |
1.187
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/posmegamenu/posmegamenu.php:922 (getMetaByPage)
/modules/posmegamenu/posmegamenu.php:778 (fomartLink)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1051 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9445) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.175
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609541c57_94681289)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460951fc92_88590813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609517645_37765602)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460950c615_46738951)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
979 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1737
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.169
ms
|
12 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
966 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 965) AND (b.`id_shop` = 1) LIMIT 1 |
1.165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
345 |
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` = 9354
AND image_shop.`cover` = 1 LIMIT 1 |
1.165
ms
|
7 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
467 |
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 = 4 AND sa.id_shop = 1 AND a.hook LIKE 'DisplayHeaderBuilder' AND a.active = 1 ORDER BY a.id_product DESC |
1.164
ms
|
3 |
Yes
|
|
/modules/creativeelements/classes/CEContent.php:150
/modules/creativeelements/creativeelements.php:575 (getIdsByHook)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1055 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9350) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.152
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609541c57_94681289)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460951fc92_88590813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609517645_37765602)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460950c615_46738951)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
434 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1718) AND (b.`id_shop` = 1) LIMIT 1 |
1.145
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
747 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1206
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.139
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
691 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1318
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.135
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
368 |
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` = 9313
AND image_shop.`cover` = 1 LIMIT 1 |
1.130
ms
|
12 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
967 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 965
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.129
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1074 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
1.129
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/creativeelements/includes/managers/elements.php:56 (__construct)
/modules/creativeelements/includes/base/element-base.php:193 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44585649fa3_06545443)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
609 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1270
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.126
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
787 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1227
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.118
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1059 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9773) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.104
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609541c57_94681289)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460951fc92_88590813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609517645_37765602)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460950c615_46738951)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
428 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9266) AND (b.`id_shop` = 1) LIMIT 1 |
1.102
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
452 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9354) AND (b.`id_shop` = 1) LIMIT 1 |
1.089
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
783 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1225
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.087
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
446 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9812) AND (b.`id_shop` = 1) LIMIT 1 |
1.083
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1057 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9588) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.077
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609541c57_94681289)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460951fc92_88590813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609517645_37765602)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460950c615_46738951)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
68 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ybc_blog" LIMIT 1 |
1.076
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2081 (getModuleIdByName)
/modules/ybc_blocksearch/ybc_blocksearch.php:1452 (isInstalled)
/modules/ybc_blocksearch/ybc_blocksearch.php:354 (checkModuleEnable)
: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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:914 (getInstanceByName)
/classes/controller/FrontController.php:577 (exec)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
443 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9427) AND (b.`id_shop` = 1) LIMIT 1 |
1.073
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1075 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms` AND cs.`id_shop` = cl.`id_shop`)
WHERE c.`id_cms_category` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
1.073
ms
|
5 |
Yes
|
|
/modules/posthemeoptions/elementor/src/WidgetHelper.php:835
/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:110 (getCMSPages)
/modules/creativeelements/includes/base/controls-stack.php:468 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:72 (_initControls)
/modules/creativeelements/includes/base/controls-stack.php:437 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:477 (_getParsedSettings)
/modules/creativeelements/includes/base/controls-stack.php:483 (_init)
/modules/creativeelements/includes/base/element-base.php:460 (__construct)
/modules/creativeelements/includes/base/widget-base.php:58 (__construct)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:53 (__construct)
/modules/creativeelements/includes/managers/elements.php:56 (__construct)
/modules/creativeelements/includes/base/element-base.php:193 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44585649fa3_06545443)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
25 |
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 |
1.066
ms
|
108 |
|
|
/classes/module/Module.php:345
/modules/ets_onepagecheckout/ets_onepagecheckout.php:115 (__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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:914 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
84 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='2734' 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) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=1)) GROUP BY pac.id_attribute |
1.056
ms
|
8 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
844 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1326) AND (b.`id_shop` = 1) LIMIT 1 |
1.053
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
970 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1366) AND (b.`id_shop` = 1) LIMIT 1 |
1.050
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
735 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1200
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.049
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
839 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1281
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.044
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1083 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 4
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) AND (b.`id_shop` = 1) LIMIT 1 |
1.040
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Link.php:555 (__construct)
/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:374 (getCMSLink)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44585649fa3_06545443)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
15 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
1.039
ms
|
1085 |
|
|
/classes/Hook.php:1283
/classes/Hook.php:775 (getHookStatusByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
859 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 893
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.038
ms
|
23 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1076 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 4
AND ml.id_shop = 1 LIMIT 1 |
1.038
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/posthemeoptions/elementor/src/WidgetHelper.php:847 (getMetaByPage)
/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:120 (getPagesOption)
/modules/creativeelements/includes/base/controls-stack.php:468 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:72 (_initControls)
/modules/creativeelements/includes/base/controls-stack.php:437 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:477 (_getParsedSettings)
/modules/creativeelements/includes/base/controls-stack.php:483 (_init)
/modules/creativeelements/includes/base/element-base.php:460 (__construct)
/modules/creativeelements/includes/base/widget-base.php:58 (__construct)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:53 (__construct)
/modules/creativeelements/includes/managers/elements.php:56 (__construct)
/modules/creativeelements/includes/base/element-base.php:193 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44585649fa3_06545443)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1029 |
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` = 4
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 |
1.037
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posmegamenu/posmegamenu.php:840 (__construct)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582 (hookDisplayMegamenuMobile)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
500 |
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_posvegamenu_item pi
LEFT JOIN `ps_posvegamenu_item_lang` pl ON pl.`id_posvegamenu_item` = pi.`id_posvegamenu_item`
LEFT JOIN `ps_posvegamenu_item_shop` ps ON ps.`id_posvegamenu_item` = pi.`id_posvegamenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=4 ORDER BY pi.position ASC, pi.id_posvegamenu_item ASC |
1.030
ms
|
7 |
Yes
|
|
/modules/posvegamenu/classes/PosVegamenuClass.php:231
/modules/posvegamenu/posvegamenu.php:1263 (getMenus)
/modules/posvegamenu/posvegamenu.php:786 (generateCss)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
902 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1499) AND (b.`id_shop` = 1) LIMIT 1 |
1.030
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
760 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1213) AND (b.`id_shop` = 1) LIMIT 1 |
1.027
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
423 |
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` = 4)
WHERE i.`id_product` = 9592
ORDER BY `position` |
1.023
ms
|
13 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
851 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1528
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.020
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
829 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1353
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.019
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1024 |
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_posmegamenu_item pi
LEFT JOIN `ps_posmegamenu_item_lang` pl ON pl.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
LEFT JOIN `ps_posmegamenu_item_shop` ps ON ps.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=4 ORDER BY pi.position ASC, pi.id_posmegamenu_item ASC |
1.018
ms
|
4 |
Yes
|
|
/modules/posmegamenu/classes/PosMegamenuClass.php:231
/modules/posmegamenu/posmegamenu.php:817 (getMenus)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582 (hookDisplayMegamenuMobile)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
688 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1100) AND (b.`id_shop` = 1) LIMIT 1 |
1.017
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
799 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1243
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.011
ms
|
16 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
968 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1180) AND (b.`id_shop` = 1) LIMIT 1 |
1.006
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
108 |
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` = 9301) |
1.005
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
470 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 2020401 AND name = '_elementor_data' LIMIT 1 |
0.999
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/db.php:120 (CE\get_post_meta)
/modules/creativeelements/includes/db.php:350 (getPlainEditor)
/modules/creativeelements/includes/css-file/post-css-file.php:94 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:390 (enqueue)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
843 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1291
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.998
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
464 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 2734050401 AND name = '_elementor_edit_mode' LIMIT 1 |
0.997
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/db.php:200 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:376 (getEditMode)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:442 (CE\apply_filters)
/classes/Hook.php:994 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1011 |
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_posmegamenu_item pi
LEFT JOIN `ps_posmegamenu_item_lang` pl ON pl.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
LEFT JOIN `ps_posmegamenu_item_shop` ps ON ps.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=4 ORDER BY pi.position ASC, pi.id_posmegamenu_item ASC |
0.995
ms
|
4 |
Yes
|
|
/modules/posmegamenu/classes/PosMegamenuClass.php:231
/modules/posmegamenu/posmegamenu.php:769 (getMenus)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
507 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1066
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.994
ms
|
5 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
774 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1220) AND (b.`id_shop` = 1) LIMIT 1 |
0.990
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
392 |
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` = 4)
WHERE i.`id_product` = 9301
ORDER BY `position` |
0.988
ms
|
6 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
466 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1 |
0.988
ms
|
2 |
|
|
/classes/Currency.php:1138
/classes/Currency.php:1155 (countActiveCurrencies)
/classes/module/Module.php:2201 (isMultiCurrencyActivated)
/modules/posquickmenu/posquickmenu.php:340 (getCacheId)
/classes/Hook.php:1005 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:949 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
431 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9588) AND (b.`id_shop` = 1) LIMIT 1 |
0.983
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
779 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1222
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.979
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
784 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1226) AND (b.`id_shop` = 1) LIMIT 1 |
0.976
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
284 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1718 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1718 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.976
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
687 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1099
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.972
ms
|
5 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
354 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9354 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9354 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.970
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
576 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1081) AND (b.`id_shop` = 1) LIMIT 1 |
0.969
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1056 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9266) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.968
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609541c57_94681289)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460951fc92_88590813)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44609517645_37765602)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4460950c615_46738951)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
531 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1076
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.964
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
616 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1294) AND (b.`id_shop` = 1) LIMIT 1 |
0.952
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
678 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1316) AND (b.`id_shop` = 1) LIMIT 1 |
0.952
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
442 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 9306 |
0.939
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
556 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1079) AND (b.`id_shop` = 1) LIMIT 1 |
0.936
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
221 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 9613 AND id_shop=1 LIMIT 1 |
0.934
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
410 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 28984) AND (b.`id_shop` = 1) LIMIT 1 |
0.930
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
855 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1530
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.930
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
835 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1269
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.928
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
97 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='2734' 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) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=4)) GROUP BY pac.id_attribute |
0.927
ms
|
8 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
570 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1286) AND (b.`id_shop` = 1) LIMIT 1 |
0.920
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
761 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1213
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.919
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
491 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 85 AND `id_shop` = 1 LIMIT 1 |
0.911
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/posthemeoptions/elementor/widgets/PosHeaderCompareWidget.php:379 (isEnabled)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
419 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9613) AND (b.`id_shop` = 1) LIMIT 1 |
0.907
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
580 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1083) AND (b.`id_shop` = 1) LIMIT 1 |
0.906
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1085 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 4
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
0.906
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Link.php:555 (__construct)
/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:374 (getCMSLink)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44585649fa3_06545443)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
83 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 1 ORDER BY agl.`name` ASC, a.`position` ASC |
0.905
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
150 |
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` = 9297) |
0.904
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
878 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 912) AND (b.`id_shop` = 1) LIMIT 1 |
0.904
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1036 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1 |
0.900
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:1000 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:949 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/f5/79/16/f57916e154f8cba11a68814007ebe9c089653144_2.file.menu-mobile.tpl.php:60 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44580a63bd4_46107309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:594 (fetch)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (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 FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='2734' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=1)) GROUP BY fp.id_feature_value |
0.899
ms
|
32 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
123 |
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` = 9715
AND image_shop.`cover` = 1 LIMIT 1 |
0.898
ms
|
10 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
413 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9445) AND (b.`id_shop` = 1) LIMIT 1 |
0.898
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
836 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1280) AND (b.`id_shop` = 1) LIMIT 1 |
0.898
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
785 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1226
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.897
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
422 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9592) AND (b.`id_shop` = 1) LIMIT 1 |
0.897
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1068 |
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 = 4 AND sa.id_shop = 1 AND a.hook LIKE 'DisplayFooterBuilder' AND a.active = 1 ORDER BY a.id_product DESC |
0.897
ms
|
3 |
Yes
|
|
/modules/creativeelements/classes/CEContent.php:150
/modules/creativeelements/creativeelements.php:575 (getIdsByHook)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44585649fa3_06545443)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1092 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1 |
0.897
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/posthemeoptions/elementor/widgets/PosNewsletterWidget.php:607 (isEnabled)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44585649fa3_06545443)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
773 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1219
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.888
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
586 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1287) AND (b.`id_shop` = 1) LIMIT 1 |
0.887
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
858 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 893) AND (b.`id_shop` = 1) LIMIT 1 |
0.886
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
451 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 9932 |
0.883
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
840 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1282) AND (b.`id_shop` = 1) LIMIT 1 |
0.879
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (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 FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='2734' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=2)) GROUP BY fp.id_feature_value |
0.878
ms
|
16 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
21 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
0.870
ms
|
1085 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:226 (getAllHookIds)
/classes/Hook.php:813 (getIdByName)
/classes/Dispatcher.php:351 (exec)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
26 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.870
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/src/Adapter/Presenter/Cart/CartPresenter.php:92 (__construct)
/classes/controller/FrontController.php:211 (__construct)
/classes/controller/Controller.php:246 (__construct)
/classes/Dispatcher.php:504 (getController)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
27 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 4
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 2734) LIMIT 1 |
0.870
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:25 (__construct)
/controllers/front/listing/ManufacturerController.php:65 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
921 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1172
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.869
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
963 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1508
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.863
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
79 |
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` = 4
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.863
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_facetedsearch/src/Filters/Block.php:157 (__construct)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
86 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='2734' 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) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=2)) GROUP BY pac.id_attribute |
0.861
ms
|
28 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
798 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1243) AND (b.`id_shop` = 1) LIMIT 1 |
0.857
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
498 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "posvegamenu" LIMIT 1 |
0.854
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:572 (isEnabled)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
969 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1180
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.853
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
29 |
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.852
ms
|
2 |
Yes
|
|
/classes/Currency.php:711
/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:282 (init)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
146 |
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 9234
ORDER BY f.position ASC |
0.847
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (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` = 2) LIMIT 1 |
0.838
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:211 (__construct)
/index.php:27 (require)
|
75 |
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` = 4) 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` = 4) ORDER BY f.`position` ASC |
0.834
ms
|
2 |
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:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
416 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9315) AND (b.`id_shop` = 1) LIMIT 1 |
0.833
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
63 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1 |
0.831
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:257
/src/Adapter/Module/ModuleDataProvider.php:228 (getModuleIdByName)
/src/Core/Module/ModuleManager.php:329 (isInstalled)
/modules/psxmarketingwithgoogle/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83 (isInstalled)
/modules/psxmarketingwithgoogle/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44 (isModuleInstalled)
/modules/psxmarketingwithgoogle/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62 (getService)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:65 (getPsAccountsService)
/var/cache/prod/Ps_facebookFrontContainer.php:283 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_edition_basic/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:165 (getService)
/modules/ps_facebook/ps_facebook.php:328 (getService)
/classes/Hook.php:994 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
73 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'manufacturer'
AND id_category = 0
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.826
ms
|
24 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:61
/modules/ps_facetedsearch/src/Filters/Converter.php:263 (getFiltersForQuery)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
205 |
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` = 9315
AND image_shop.`cover` = 1 LIMIT 1 |
0.826
ms
|
13 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
743 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1204
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.826
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
468 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 2020401 AND name = '_elementor_edit_mode' LIMIT 1 |
0.824
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/db.php:200 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:376 (getEditMode)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
780 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1224) AND (b.`id_shop` = 1) LIMIT 1 |
0.824
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
750 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1208) AND (b.`id_shop` = 1) LIMIT 1 |
0.817
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
595 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1089
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.813
ms
|
19 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1006 |
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_posmegamenu_item pi
LEFT JOIN `ps_posmegamenu_item_lang` pl ON pl.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
LEFT JOIN `ps_posmegamenu_item_shop` ps ON ps.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=4 ORDER BY pi.position ASC, pi.id_posmegamenu_item ASC |
0.809
ms
|
4 |
Yes
|
|
/modules/posmegamenu/classes/PosMegamenuClass.php:231
/modules/posmegamenu/posmegamenu.php:1235 (getMenus)
/modules/posmegamenu/posmegamenu.php:761 (generateCss)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
622 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1297) AND (b.`id_shop` = 1) LIMIT 1 |
0.806
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
900 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1325) AND (b.`id_shop` = 1) LIMIT 1 |
0.799
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
686 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1099) AND (b.`id_shop` = 1) LIMIT 1 |
0.794
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
837 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1280
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.785
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
61 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_facebook" LIMIT 1 |
0.785
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:54 (isEnabled)
/var/cache/prod/Ps_facebookFrontContainer.php:283 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_edition_basic/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:165 (getService)
/modules/ps_facebook/ps_facebook.php:328 (getService)
/classes/Hook.php:994 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1089 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.784
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/creativeelements/includes/managers/elements.php:56 (__construct)
/modules/creativeelements/includes/base/element-base.php:193 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44585649fa3_06545443)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
74 |
SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `ps_attribute_group` ag INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) LEFT JOIN `ps_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `ps_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 4) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
0.779
ms
|
12 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:137
/modules/ps_facetedsearch/src/Filters/Converter.php:413 (getAttributesGroups)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
841 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1282
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.776
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
977 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1369
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.776
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
558 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1199) AND (b.`id_shop` = 1) LIMIT 1 |
0.773
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
861 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 894
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.770
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1018 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 141) AND (b.`id_shop` = 1) LIMIT 1 |
0.767
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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)
/modules/posmegamenu/posmegamenu.php:881 (getCategoryLink)
/modules/posmegamenu/posmegamenu.php:778 (fomartLink)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
408 |
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` = 4)
WHERE i.`id_product` = 9308
ORDER BY `position` |
0.766
ms
|
5 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
725 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1194
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.766
ms
|
24 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1035 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.766
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:1000 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:949 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/f5/79/16/f57916e154f8cba11a68814007ebe9c089653144_2.file.menu-mobile.tpl.php:60 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44580a63bd4_46107309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:594 (fetch)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
66 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.765
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posfakeorder/posfakeorder.php:339 (__construct)
/modules/posfakeorder/posfakeorder.php:267 (getProducts)
/classes/Hook.php:994 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
532 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1077) AND (b.`id_shop` = 1) LIMIT 1 |
0.759
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
679 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1316
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.759
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
870 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 903) AND (b.`id_shop` = 1) LIMIT 1 |
0.755
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
407 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9308) AND (b.`id_shop` = 1) LIMIT 1 |
0.754
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
618 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1295) AND (b.`id_shop` = 1) LIMIT 1 |
0.754
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
612 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1292) AND (b.`id_shop` = 1) LIMIT 1 |
0.753
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
447 |
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` = 4)
WHERE i.`id_product` = 9812
ORDER BY `position` |
0.752
ms
|
4 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
456 |
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` = 4)
WHERE i.`id_product` = 9644
ORDER BY `position` |
0.750
ms
|
7 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
278 |
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` = 1718) |
0.745
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
439 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 9773 |
0.741
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
726 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1195) AND (b.`id_shop` = 1) LIMIT 1 |
0.736
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
946 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 956) AND (b.`id_shop` = 1) LIMIT 1 |
0.736
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
954 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 960) AND (b.`id_shop` = 1) LIMIT 1 |
0.736
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
24 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.733
ms
|
88 |
|
|
/classes/Hook.php:340
/classes/Hook.php:154 (getCanonicalHookNames)
/classes/Hook.php:364 (normalizeHookName)
/classes/Hook.php:387 (getAllKnownNames)
/classes/Hook.php:922 (isHookCallableOn)
/classes/Dispatcher.php:351 (exec)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
980 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1738) AND (b.`id_shop` = 1) LIMIT 1 |
0.728
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1078 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "stores"
OR m.page = "stores"
)
AND ml.id_lang = 4
AND ml.id_shop = 1 LIMIT 1 |
0.726
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/posthemeoptions/elementor/src/WidgetHelper.php:855 (getMetaByPage)
/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:120 (getPagesOption)
/modules/creativeelements/includes/base/controls-stack.php:468 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:72 (_initControls)
/modules/creativeelements/includes/base/controls-stack.php:437 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:477 (_getParsedSettings)
/modules/creativeelements/includes/base/controls-stack.php:483 (_init)
/modules/creativeelements/includes/base/element-base.php:460 (__construct)
/modules/creativeelements/includes/base/widget-base.php:58 (__construct)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:53 (__construct)
/modules/creativeelements/includes/managers/elements.php:56 (__construct)
/modules/creativeelements/includes/base/element-base.php:193 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44585649fa3_06545443)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
973 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1367
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.721
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
744 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1205) AND (b.`id_shop` = 1) LIMIT 1 |
0.717
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1091 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.717
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/posthemeoptions/elementor/widgets/PosNewsletterWidget.php:607 (isEnabled)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44585649fa3_06545443)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
112 |
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` = 130
AND tr.`id_tax_rules_group` = 6
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.716
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3916 (getTaxCalculator)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
406 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 9367 |
0.716
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
566 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1284) AND (b.`id_shop` = 1) LIMIT 1 |
0.715
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
490 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "poscompare" LIMIT 1 |
0.713
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/posthemeoptions/elementor/widgets/PosHeaderCompareWidget.php:379 (isEnabled)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
125 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 922 LIMIT 1 |
0.711
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
620 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1296) AND (b.`id_shop` = 1) LIMIT 1 |
0.709
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
156 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9297 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9297 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.705
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
981 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1738
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.704
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
214 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9315 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9315 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.702
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
919 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 952
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.701
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
993 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1744
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.701
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
506 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1066) AND (b.`id_shop` = 1) LIMIT 1 |
0.698
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1032 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 141) AND (b.`id_shop` = 1) LIMIT 1 |
0.698
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posmegamenu/posmegamenu.php:882 (__construct)
/modules/posmegamenu/posmegamenu.php:826 (fomartLink)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582 (hookDisplayMegamenuMobile)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
882 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 916) AND (b.`id_shop` = 1) LIMIT 1 |
0.695
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
492 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "poswishlist" LIMIT 1 |
0.688
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/posthemeoptions/elementor/widgets/PosHeaderWishlistWidget.php:380 (isEnabled)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1093 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "posfakeorder" LIMIT 1 |
0.684
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:1000 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:949 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:574 (__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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:147 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
596 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1090) AND (b.`id_shop` = 1) LIMIT 1 |
0.682
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
665 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1256
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.681
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
635 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1095
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.679
ms
|
25 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
733 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1198
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.674
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1009 |
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 3 LIMIT 1 |
0.670
ms
|
4 |
|
|
/modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
/modules/posmegamenu/posmegamenu.php:1252 (getSubmenuConfig)
/modules/posmegamenu/posmegamenu.php:761 (generateCss)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
862 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 895) AND (b.`id_shop` = 1) LIMIT 1 |
0.666
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
395 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9715) AND (b.`id_shop` = 1) LIMIT 1 |
0.666
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
503 |
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_posvegamenu_item pi
LEFT JOIN `ps_posvegamenu_item_lang` pl ON pl.`id_posvegamenu_item` = pi.`id_posvegamenu_item`
LEFT JOIN `ps_posvegamenu_item_shop` ps ON ps.`id_posvegamenu_item` = pi.`id_posvegamenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=4 ORDER BY pi.position ASC, pi.id_posvegamenu_item ASC |
0.666
ms
|
7 |
Yes
|
|
/modules/posvegamenu/classes/PosVegamenuClass.php:231
/modules/posvegamenu/posvegamenu.php:796 (getMenus)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1034 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 141) AND (b.`id_shop` = 1) LIMIT 1 |
0.665
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posmegamenu/posmegamenu.php:1201 (__construct)
/modules/posmegamenu/posmegamenu.php:841 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582 (hookDisplayMegamenuMobile)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
807 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1247
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.658
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
574 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1304) AND (b.`id_shop` = 1) LIMIT 1 |
0.656
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
628 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1301) AND (b.`id_shop` = 1) LIMIT 1 |
0.656
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
559 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1199
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.651
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
842 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1291) AND (b.`id_shop` = 1) LIMIT 1 |
0.649
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
828 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1353) AND (b.`id_shop` = 1) LIMIT 1 |
0.648
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1013 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "manufacturer"
OR m.page = "manufacturer"
)
AND ml.id_lang = 4
AND ml.id_shop = 1 LIMIT 1 |
0.648
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/posmegamenu/posmegamenu.php:924 (getMetaByPage)
/modules/posmegamenu/posmegamenu.php:778 (fomartLink)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
738 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1202) AND (b.`id_shop` = 1) LIMIT 1 |
0.644
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
856 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 891) AND (b.`id_shop` = 1) LIMIT 1 |
0.643
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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)
/modules/posvegamenu/posvegamenu.php:911 (getCategoryLink)
/modules/posvegamenu/posvegamenu.php:806 (fomartLink)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
427 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 9350 |
0.639
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
96 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 4 ORDER BY agl.`name` ASC, a.`position` ASC |
0.637
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
189 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 28984 LIMIT 1 |
0.637
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
995 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1745
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.637
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1086 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.634
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/creativeelements/includes/managers/elements.php:56 (__construct)
/modules/creativeelements/includes/base/element-base.php:193 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44585649fa3_06545443)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
886 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 918) AND (b.`id_shop` = 1) LIMIT 1 |
0.631
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
102 |
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` = 9301
AND image_shop.`cover` = 1 LIMIT 1 |
0.631
ms
|
6 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
331 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9812 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9812 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.630
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
72 |
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 1026 LIMIT 1 |
0.627
ms
|
1 |
|
|
/classes/Hook.php:245
/classes/Hook.php:868 (getNameById)
/classes/controller/FrontController.php:577 (exec)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
343 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9932 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9932 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.626
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
639 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1097
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.624
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
757 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1211
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.622
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
996 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1746) AND (b.`id_shop` = 1) LIMIT 1 |
0.622
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
987 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1741
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.621
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
575 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1304
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.620
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
998 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1747) AND (b.`id_shop` = 1) LIMIT 1 |
0.620
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
3 |
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.619
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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:27 (require)
|
727 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1195
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.619
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1071 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 3020401 AND name = '_elementor_data' LIMIT 1 |
0.619
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/db.php:120 (CE\get_post_meta)
/modules/creativeelements/includes/db.php:350 (getPlainEditor)
/modules/creativeelements/includes/css-file/post-css-file.php:94 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:390 (enqueue)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44585649fa3_06545443)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
812 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1250) AND (b.`id_shop` = 1) LIMIT 1 |
0.618
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
226 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9613 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9613 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.616
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
473 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.615
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
961 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1502
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.614
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
462 |
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` = 4)
WHERE i.`id_product` = 9302
ORDER BY `position` |
0.613
ms
|
5 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
47 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.610
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/controller/FrontController.php:1613 (isEnabled)
/classes/controller/FrontController.php:1756 (getDisplayTaxesLabel)
/controllers/front/listing/ManufacturerController.php:240 (getTemplateVarPage)
/classes/controller/FrontController.php:506 (getTemplateVarPage)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
65 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 108 AND `id_shop` = 1 LIMIT 1 |
0.609
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/posthemeoptions/posthemeoptions.php:810 (isEnabled)
/modules/posthemeoptions/posthemeoptions.php:688 (getOptions)
/classes/Hook.php:994 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
976 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1369) AND (b.`id_shop` = 1) LIMIT 1 |
0.607
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1021 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 141) AND (b.`id_shop` = 1) LIMIT 1 |
0.604
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posmegamenu/posmegamenu.php:1201 (__construct)
/modules/posmegamenu/posmegamenu.php:793 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
567 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1284
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.603
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
734 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1200) AND (b.`id_shop` = 1) LIMIT 1 |
0.603
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
191 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 28984 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 28984 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.600
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
227 |
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 9613
ORDER BY f.position ASC |
0.600
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'etop.lt' OR su.domain_ssl = 'etop.lt')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.595
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1363
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
1022 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.593
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/creativeelements/includes/managers/elements.php:56 (__construct)
/modules/creativeelements/includes/base/element-base.php:193 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
876 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 910) AND (b.`id_shop` = 1) LIMIT 1 |
0.590
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
220 |
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` = 9613) |
0.588
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
689 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1100
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.586
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
121 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9301 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9301 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.585
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
344 |
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 9932
ORDER BY f.position ASC |
0.584
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
922 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1173) AND (b.`id_shop` = 1) LIMIT 1 |
0.584
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
391 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9301) AND (b.`id_shop` = 1) LIMIT 1 |
0.582
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1030 |
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` = 4
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.582
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posmegamenu/posmegamenu.php:1201 (__construct)
/modules/posmegamenu/posmegamenu.php:841 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582 (hookDisplayMegamenuMobile)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
48 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.580
ms
|
0 |
|
|
/classes/module/Module.php:2106
/classes/controller/FrontController.php:1613 (isEnabled)
/classes/controller/FrontController.php:1756 (getDisplayTaxesLabel)
/controllers/front/listing/ManufacturerController.php:240 (getTemplateVarPage)
/classes/controller/FrontController.php:506 (getTemplateVarPage)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
505 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1062
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.580
ms
|
15 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1004 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "posmegamenu" LIMIT 1 |
0.580
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:565 (isEnabled)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
188 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 28984 LIMIT 1 |
0.577
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
378 |
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 9313
ORDER BY f.position ASC |
0.575
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
736 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1201) AND (b.`id_shop` = 1) LIMIT 1 |
0.573
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
557 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1079
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.572
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1087 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 4
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) AND (b.`id_shop` = 1) LIMIT 1 |
0.572
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Link.php:555 (__construct)
/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:374 (getCMSLink)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44585649fa3_06545443)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
133 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9715 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9715 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.571
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
803 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1245
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.571
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
863 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 895
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.567
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
989 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1742
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.566
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
147 |
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` = 9297
AND image_shop.`cover` = 1 LIMIT 1 |
0.565
ms
|
6 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
28 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_manufacturer_shop`
WHERE `id_manufacturer` = 2734
AND id_shop = 1 LIMIT 1 |
0.562
ms
|
1 |
|
|
/classes/ObjectModel.php:1728
/controllers/front/listing/ManufacturerController.php:67 (isAssociatedToShop)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
690 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1318) AND (b.`id_shop` = 1) LIMIT 1 |
0.559
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
669 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1258
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.555
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
261 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9266 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9266 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.553
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
348 |
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` = 9354) |
0.553
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
51 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 3
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 2734) LIMIT 1 |
0.552
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:25 (__construct)
/classes/Link.php:657 (__construct)
/classes/Link.php:1218 (getManufacturerLink)
/classes/controller/FrontController.php:2123 (getLanguageLink)
/classes/controller/FrontController.php:1564 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
219 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 9613 LIMIT 1 |
0.552
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
564 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1265) AND (b.`id_shop` = 1) LIMIT 1 |
0.550
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1079 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "my-account"
OR m.page = "myaccount"
)
AND ml.id_lang = 4
AND ml.id_shop = 1 LIMIT 1 |
0.550
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/posthemeoptions/elementor/src/WidgetHelper.php:859 (getMetaByPage)
/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:120 (getPagesOption)
/modules/creativeelements/includes/base/controls-stack.php:468 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:72 (_initControls)
/modules/creativeelements/includes/base/controls-stack.php:437 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:477 (_getParsedSettings)
/modules/creativeelements/includes/base/controls-stack.php:483 (_init)
/modules/creativeelements/includes/base/element-base.php:460 (__construct)
/modules/creativeelements/includes/base/widget-base.php:58 (__construct)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:53 (__construct)
/modules/creativeelements/includes/managers/elements.php:56 (__construct)
/modules/creativeelements/includes/base/element-base.php:193 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44585649fa3_06545443)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
85 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 2 ORDER BY agl.`name` ASC, a.`position` ASC |
0.548
ms
|
14 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
388 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9302 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9302 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.548
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
621 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1296
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.548
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
742 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1204) AND (b.`id_shop` = 1) LIMIT 1 |
0.547
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
880 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 914) AND (b.`id_shop` = 1) LIMIT 1 |
0.542
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
122 |
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 9301
ORDER BY f.position ASC |
0.541
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
153 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 9297 LIMIT 1 |
0.540
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
926 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 941) AND (b.`id_shop` = 1) LIMIT 1 |
0.540
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
983 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1739
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.538
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
971 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1366
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.535
ms
|
3 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
583 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1084
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.533
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
623 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1297
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.531
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
994 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1745) AND (b.`id_shop` = 1) LIMIT 1 |
0.531
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
869 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 899
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.529
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
0.528
ms
|
6 |
|
|
/classes/Language.php:1185
/classes/Language.php:1474 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
319 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9427 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9427 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.527
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
884 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 917) AND (b.`id_shop` = 1) LIMIT 1 |
0.526
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
185 |
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` = 28984) |
0.525
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
179 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9308 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9308 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.524
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
746 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1206) AND (b.`id_shop` = 1) LIMIT 1 |
0.524
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
508 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1067) AND (b.`id_shop` = 1) LIMIT 1 |
0.519
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
939 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1183
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.518
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
834 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1269) AND (b.`id_shop` = 1) LIMIT 1 |
0.516
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
208 |
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` = 9315) |
0.515
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
565 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1265
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.515
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
846 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1526) AND (b.`id_shop` = 1) LIMIT 1 |
0.512
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
925 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 940
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.512
ms
|
8 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
938 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1183) AND (b.`id_shop` = 1) LIMIT 1 |
0.510
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
833 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1268
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.509
ms
|
6 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
127 |
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` = 9715) |
0.508
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
610 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1288) AND (b.`id_shop` = 1) LIMIT 1 |
0.508
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
168 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9367 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9367 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.506
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
355 |
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 9354
ORDER BY f.position ASC |
0.506
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
237 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9592 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9592 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.505
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
756 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1211) AND (b.`id_shop` = 1) LIMIT 1 |
0.505
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
907 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 933
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.505
ms
|
8 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
203 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9445 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9445 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.504
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
953 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 959
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.504
ms
|
5 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
751 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1208
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.503
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
325 |
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` = 9812) |
0.502
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
469 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 2020401 AND name = '_elementor_data' LIMIT 1 |
0.501
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/db.php:120 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:381 (getPlainEditor)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
366 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9644 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9644 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.498
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
206 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 976 LIMIT 1 |
0.497
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
827 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1272
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.497
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
145 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9234 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9234 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.494
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
67 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.493
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/src/Adapter/Presenter/Cart/CartPresenter.php:92 (__construct)
/modules/posshoppingcart/posshoppingcart.php:59 (__construct)
/classes/Hook.php:994 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
825 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1271
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.492
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
52 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 5
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 2734) LIMIT 1 |
0.491
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:25 (__construct)
/classes/Link.php:657 (__construct)
/classes/Link.php:1218 (getManufacturerLink)
/classes/controller/FrontController.php:2123 (getLanguageLink)
/classes/controller/FrontController.php:1564 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
23 |
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.490
ms
|
108 |
|
|
/classes/module/Module.php:345
/modules/psassistant/psassistant.php:73 (__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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:914 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
215 |
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 9315
ORDER BY f.position ASC |
0.490
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
296 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9773 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9773 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.490
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
845 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1326
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.490
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
404 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9367) AND (b.`id_shop` = 1) LIMIT 1 |
0.486
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
608 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1270) AND (b.`id_shop` = 1) LIMIT 1 |
0.483
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
871 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 903
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.481
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
853 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1529
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.481
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
529 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1075
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.478
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
320 |
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 9427
ORDER BY f.position ASC |
0.477
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
396 |
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` = 4)
WHERE i.`id_product` = 9715
ORDER BY `position` |
0.477
ms
|
10 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
399 |
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` = 4)
WHERE i.`id_product` = 9234
ORDER BY `position` |
0.477
ms
|
7 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
717 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1192
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.477
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
895 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 926
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.476
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
463 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 9302 |
0.475
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
272 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9588 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9588 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.475
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
401 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9297) AND (b.`id_shop` = 1) LIMIT 1 |
0.475
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
868 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 899) AND (b.`id_shop` = 1) LIMIT 1 |
0.475
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
207 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 9315 LIMIT 1 |
0.474
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
307 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9306 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9306 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.474
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
692 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1319) AND (b.`id_shop` = 1) LIMIT 1 |
0.472
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
398 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9234) AND (b.`id_shop` = 1) LIMIT 1 |
0.471
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
904 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1500) AND (b.`id_shop` = 1) LIMIT 1 |
0.471
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
885 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 917
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.471
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
838 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1281) AND (b.`id_shop` = 1) LIMIT 1 |
0.468
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
860 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 894) AND (b.`id_shop` = 1) LIMIT 1 |
0.468
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
599 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1091
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.467
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1 |
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
0.466
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:715
/classes/shop/Shop.php:774 (cacheShops)
/classes/Configuration.php:299 (getShops)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
389 |
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 9302
ORDER BY f.position ASC |
0.466
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
569 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1285
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.465
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
249 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9350 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9350 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.465
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
402 |
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` = 4)
WHERE i.`id_product` = 9297
ORDER BY `position` |
0.465
ms
|
6 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
677 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1263
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.465
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1084 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 4
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 6) AND (b.`id_shop` = 1) LIMIT 1 |
0.465
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Link.php:555 (__construct)
/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:374 (getCMSLink)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44585649fa3_06545443)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
519 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1070
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.464
ms
|
17 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
903 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1499
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.464
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
333 |
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` = 9932
AND image_shop.`cover` = 1 LIMIT 1 |
0.463
ms
|
22 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
184 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 28984 LIMIT 1 |
0.462
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
217 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 1168 LIMIT 1 |
0.459
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5617 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
489 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.458
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
629 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1301
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.457
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
985 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1740
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.456
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
590 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1088) AND (b.`id_shop` = 1) LIMIT 1 |
0.453
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
619 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1295
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.453
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
811 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1249
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.453
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
685 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1525
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.452
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
801 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1244
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.452
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
420 |
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` = 4)
WHERE i.`id_product` = 9613
ORDER BY `position` |
0.452
ms
|
5 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.451
ms
|
6 |
|
|
/classes/Language.php:1049
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
587 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1287
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.451
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
997 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1746
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.451
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
495 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "posshoppingcart" LIMIT 1 |
0.450
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/posthemeoptions/elementor/widgets/PosHeaderCartWidget.php:379 (isEnabled)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
360 |
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` = 9644) |
0.449
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
873 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 904
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.448
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
170 |
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` = 9308
AND image_shop.`cover` = 1 LIMIT 1 |
0.447
ms
|
5 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
218 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 1168 LIMIT 1 |
0.446
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
533 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1077
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.446
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
955 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 960
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.446
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
49 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 2734) LIMIT 1 |
0.445
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:25 (__construct)
/classes/Link.php:657 (__construct)
/classes/Link.php:1218 (getManufacturerLink)
/classes/controller/FrontController.php:2123 (getLanguageLink)
/classes/controller/FrontController.php:1564 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
729 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1196
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.443
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
601 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1092
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.442
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
611 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1288
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.441
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
999 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1747
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.440
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
285 |
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 1718
ORDER BY f.position ASC |
0.440
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
169 |
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 9367
ORDER BY f.position ASC |
0.439
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
737 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1201
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.439
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
250 |
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 9350
ORDER BY f.position ASC |
0.438
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
377 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9313 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9313 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.438
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
813 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1250
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.438
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
332 |
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 9812
ORDER BY f.position ASC |
0.436
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
414 |
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` = 4)
WHERE i.`id_product` = 9445
ORDER BY `position` |
0.436
ms
|
6 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
613 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1292
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.436
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1088 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.436
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/creativeelements/includes/managers/elements.php:56 (__construct)
/modules/creativeelements/includes/base/element-base.php:193 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44585649fa3_06545443)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
883 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 916
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.436
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
337 |
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` = 9932) |
0.435
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
637 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1096
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.434
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
353 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 9354) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.433
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
135 |
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` = 9234
AND image_shop.`cover` = 1 LIMIT 1 |
0.433
ms
|
7 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
460 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 9313 |
0.433
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
847 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1526
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.433
ms
|
4 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
888 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 920) AND (b.`id_shop` = 1) LIMIT 1 |
0.433
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
693 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1319
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.432
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1008 |
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 2 LIMIT 1 |
0.432
ms
|
4 |
|
|
/modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
/modules/posmegamenu/posmegamenu.php:1252 (getSubmenuConfig)
/modules/posmegamenu/posmegamenu.php:761 (generateCss)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
593 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1094
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.429
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
640 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1098) AND (b.`id_shop` = 1) LIMIT 1 |
0.428
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
866 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 898) AND (b.`id_shop` = 1) LIMIT 1 |
0.428
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
572 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1300) AND (b.`id_shop` = 1) LIMIT 1 |
0.427
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
347 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 9354 LIMIT 1 |
0.426
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
935 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1177
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.426
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
647 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1233
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.425
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
889 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 920
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.425
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
991 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1743
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.425
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
579 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1082
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.423
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
917 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 949
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.423
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
962 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1508) AND (b.`id_shop` = 1) LIMIT 1 |
0.423
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
69 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "productcomments" LIMIT 1 |
0.422
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2081 (getModuleIdByName)
/modules/ybc_blocksearch/ybc_blocksearch.php:1452 (isInstalled)
/modules/ybc_blocksearch/ybc_blocksearch.php:362 (checkModuleEnable)
: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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:914 (getInstanceByName)
/classes/controller/FrontController.php:577 (exec)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
308 |
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 9306
ORDER BY f.position ASC |
0.422
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
192 |
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 28984
ORDER BY f.position ASC |
0.421
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
943 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 953
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.421
ms
|
4 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
641 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1098
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.419
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
64 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "posquickmenu" LIMIT 1 |
0.418
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2081 (getModuleIdByName)
/modules/posthemeoptions/posthemeoptions.php:810 (isInstalled)
/modules/posthemeoptions/posthemeoptions.php:688 (getOptions)
/classes/Hook.php:994 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
265 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 9588 LIMIT 1 |
0.417
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
800 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1244) AND (b.`id_shop` = 1) LIMIT 1 |
0.417
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
563 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1264
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.416
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
591 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1088
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.416
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
728 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1196) AND (b.`id_shop` = 1) LIMIT 1 |
0.416
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
915 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 947
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.416
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
589 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1290
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.415
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
766 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1216) AND (b.`id_shop` = 1) LIMIT 1 |
0.415
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1014 |
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` = 4
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.414
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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)
/modules/posmegamenu/posmegamenu.php:881 (getCategoryLink)
/modules/posmegamenu/posmegamenu.php:778 (fomartLink)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
754 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1210) AND (b.`id_shop` = 1) LIMIT 1 |
0.414
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
405 |
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` = 4)
WHERE i.`id_product` = 9367
ORDER BY `position` |
0.413
ms
|
7 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
615 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1293
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.413
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
891 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 921
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.412
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
322 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 1274 LIMIT 1 |
0.411
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5617 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
535 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1080
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.410
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
605 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1261
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.409
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
13 |
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` = 4) LIMIT 1 |
0.409
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Tools.php:640 (__construct)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
578 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1082) AND (b.`id_shop` = 1) LIMIT 1 |
0.408
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
683 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1524
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.406
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
716 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1192) AND (b.`id_shop` = 1) LIMIT 1 |
0.406
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
852 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1529) AND (b.`id_shop` = 1) LIMIT 1 |
0.405
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
515 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1306
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.404
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
832 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1268) AND (b.`id_shop` = 1) LIMIT 1 |
0.404
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
262 |
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 9266
ORDER BY f.position ASC |
0.404
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
286 |
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` = 9773
AND image_shop.`cover` = 1 LIMIT 1 |
0.404
ms
|
6 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
713 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1190
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.403
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
849 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1527
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.402
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1019 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 141) AND (b.`id_shop` = 1) LIMIT 1 |
0.402
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posmegamenu/posmegamenu.php:882 (__construct)
/modules/posmegamenu/posmegamenu.php:778 (fomartLink)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
984 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1740) AND (b.`id_shop` = 1) LIMIT 1 |
0.401
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
986 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1741) AND (b.`id_shop` = 1) LIMIT 1 |
0.401
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
134 |
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 9715
ORDER BY f.position ASC |
0.400
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
936 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1179) AND (b.`id_shop` = 1) LIMIT 1 |
0.397
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
561 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1223
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.397
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
231 |
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` = 9592) |
0.396
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
297 |
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 9773
ORDER BY f.position ASC |
0.396
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
720 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1242) AND (b.`id_shop` = 1) LIMIT 1 |
0.395
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
824 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1271) AND (b.`id_shop` = 1) LIMIT 1 |
0.395
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
6 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 130) LIMIT 1 |
0.393
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:146 (__construct)
/index.php:27 (require)
|
1003 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1749
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.393
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
157 |
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 9297
ORDER BY f.position ASC |
0.392
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
767 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1216
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.391
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
118 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 9301 LIMIT 1 |
0.390
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
225 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 9613) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.390
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
238 |
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 9592
ORDER BY f.position ASC |
0.390
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
865 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 897
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.390
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
644 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1108) AND (b.`id_shop` = 1) LIMIT 1 |
0.389
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
947 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 956
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.389
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
911 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 943
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.387
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
581 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1083
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.386
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
126 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 9715 LIMIT 1 |
0.385
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
158 |
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` = 9367
AND image_shop.`cover` = 1 LIMIT 1 |
0.385
ms
|
7 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
338 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 9932 AND id_shop=1 LIMIT 1 |
0.385
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
625 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1298
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.384
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
724 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1194) AND (b.`id_shop` = 1) LIMIT 1 |
0.384
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
132 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 9715) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.383
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
741 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1203
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.383
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
31 |
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.382
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/classes/Currency.php:970 (isFeatureActive)
/classes/Currency.php:892 (getIdByQuery)
/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:282 (init)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
667 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1257
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.382
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
806 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1247) AND (b.`id_shop` = 1) LIMIT 1 |
0.382
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
530 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1076) AND (b.`id_shop` = 1) LIMIT 1 |
0.381
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
753 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1209
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.381
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1027 |
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` = 4
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.381
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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)
/modules/posmegamenu/posmegamenu.php:881 (getCategoryLink)
/modules/posmegamenu/posmegamenu.php:826 (fomartLink)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582 (hookDisplayMegamenuMobile)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
972 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1367) AND (b.`id_shop` = 1) LIMIT 1 |
0.380
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
982 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1739) AND (b.`id_shop` = 1) LIMIT 1 |
0.380
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
739 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1202
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.379
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
617 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1294
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.379
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
356 |
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` = 9644
AND image_shop.`cover` = 1 LIMIT 1 |
0.377
ms
|
7 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
682 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1524) AND (b.`id_shop` = 1) LIMIT 1 |
0.377
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
560 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1223) AND (b.`id_shop` = 1) LIMIT 1 |
0.376
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
956 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 961) AND (b.`id_shop` = 1) LIMIT 1 |
0.376
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
974 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1368) AND (b.`id_shop` = 1) LIMIT 1 |
0.376
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
913 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 945
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.374
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
117 |
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` = 130
AND tr.`id_tax_rules_group` = 8
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.374
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3942 (getTaxCalculator)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5672 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
37 |
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` = 4
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.372
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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:282 (init)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
945 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 955
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.372
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (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.372
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:27 (require)
|
224 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 9613 LIMIT 1 |
0.372
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
709 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1188
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.371
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
821 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1254
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.371
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1005 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 94 AND `id_shop` = 1 LIMIT 1 |
0.371
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:565 (isEnabled)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
129 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 9715 AND `id_group` = 1 LIMIT 1 |
0.370
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
204 |
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 9445
ORDER BY f.position ASC |
0.370
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
269 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 9588 LIMIT 1 |
0.370
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
562 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1264) AND (b.`id_shop` = 1) LIMIT 1 |
0.370
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
659 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1239
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.370
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
695 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1320
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.370
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
594 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1089) AND (b.`id_shop` = 1) LIMIT 1 |
0.369
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
958 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1178) AND (b.`id_shop` = 1) LIMIT 1 |
0.368
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
626 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1299) AND (b.`id_shop` = 1) LIMIT 1 |
0.368
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1025 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 4
AND ml.id_shop = 1 LIMIT 1 |
0.367
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/posmegamenu/posmegamenu.php:922 (getMetaByPage)
/modules/posmegamenu/posmegamenu.php:826 (fomartLink)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582 (hookDisplayMegamenuMobile)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
471 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 2020401 AND name = '_elementor_edit_mode' LIMIT 1 |
0.367
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/db.php:200 (CE\get_post_meta)
/modules/creativeelements/includes/db.php:351 (getEditMode)
/modules/creativeelements/includes/css-file/post-css-file.php:94 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:390 (enqueue)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
815 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1251
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.367
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
949 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 957
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.367
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
550 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1314) AND (b.`id_shop` = 1) LIMIT 1 |
0.366
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
197 |
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` = 9445) |
0.365
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
365 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 9644) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.365
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
534 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1080) AND (b.`id_shop` = 1) LIMIT 1 |
0.365
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
714 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1191) AND (b.`id_shop` = 1) LIMIT 1 |
0.365
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
755 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1210
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.365
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
848 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1527) AND (b.`id_shop` = 1) LIMIT 1 |
0.364
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
957 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 961
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.364
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
588 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1290) AND (b.`id_shop` = 1) LIMIT 1 |
0.363
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
266 |
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` = 9588) |
0.363
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
928 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1174) AND (b.`id_shop` = 1) LIMIT 1 |
0.363
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
740 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1203) AND (b.`id_shop` = 1) LIMIT 1 |
0.362
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.362
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:301 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:27 (require)
|
339 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 9932 AND `id_group` = 1 LIMIT 1 |
0.360
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
715 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1191
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.359
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1007 |
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 1 LIMIT 1 |
0.359
ms
|
4 |
|
|
/modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
/modules/posmegamenu/posmegamenu.php:1252 (getSubmenuConfig)
/modules/posmegamenu/posmegamenu.php:761 (generateCss)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
748 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1207) AND (b.`id_shop` = 1) LIMIT 1 |
0.359
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
517 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1307
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.358
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
951 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 958
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.358
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
180 |
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 9308
ORDER BY f.position ASC |
0.358
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1020 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 141) AND (b.`id_shop` = 1) LIMIT 1 |
0.357
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posmegamenu/posmegamenu.php:792 (__construct)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
200 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 9445 LIMIT 1 |
0.357
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
805 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1246
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.357
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
816 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1252) AND (b.`id_shop` = 1) LIMIT 1 |
0.356
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1026 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "manufacturer"
OR m.page = "manufacturer"
)
AND ml.id_lang = 4
AND ml.id_shop = 1 LIMIT 1 |
0.356
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/posmegamenu/posmegamenu.php:924 (getMetaByPage)
/modules/posmegamenu/posmegamenu.php:826 (fomartLink)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582 (hookDisplayMegamenuMobile)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
875 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 905
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.355
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
671 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1259
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.354
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
614 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1293) AND (b.`id_shop` = 1) LIMIT 1 |
0.353
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
809 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1248
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.353
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
584 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1255) AND (b.`id_shop` = 1) LIMIT 1 |
0.353
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
627 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1299
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.352
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
701 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1184
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.352
ms
|
11 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
937 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1179
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.352
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1001 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1748
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.351
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
525 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1073
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.350
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
631 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1302
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.350
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
854 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1530) AND (b.`id_shop` = 1) LIMIT 1 |
0.350
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
923 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1173
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.350
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
933 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1176
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.350
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
430 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 9266 |
0.349
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
636 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1096) AND (b.`id_shop` = 1) LIMIT 1 |
0.349
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
653 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1236
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.349
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
697 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1321
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.349
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
264 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 1005 LIMIT 1 |
0.349
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
573 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1300
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.349
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
50 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 2734) LIMIT 1 |
0.348
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:25 (__construct)
/classes/Link.php:657 (__construct)
/classes/Link.php:1218 (getManufacturerLink)
/classes/controller/FrontController.php:2123 (getLanguageLink)
/classes/controller/FrontController.php:1564 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
731 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1197
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.348
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
804 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1246) AND (b.`id_shop` = 1) LIMIT 1 |
0.348
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
186 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 28984 AND id_shop=1 LIMIT 1 |
0.347
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
493 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 84 AND `id_shop` = 1 LIMIT 1 |
0.346
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/posthemeoptions/elementor/widgets/PosHeaderWishlistWidget.php:380 (isEnabled)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
465 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 2734050401 AND name = '_wp_page_template' LIMIT 1 |
0.346
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/page-settings/manager.php:66 (CE\get_post_meta)
:undefined (templateInclude)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:444 (CE\apply_filters)
/classes/Hook.php:994 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
511 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1289
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.346
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
819 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1253
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.346
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
850 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1528) AND (b.`id_shop` = 1) LIMIT 1 |
0.346
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1033 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 141) AND (b.`id_shop` = 1) LIMIT 1 |
0.346
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posmegamenu/posmegamenu.php:840 (__construct)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582 (hookDisplayMegamenuMobile)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
749 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1207
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.345
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
927 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 941
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.345
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
199 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 9445 AND `id_group` = 1 LIMIT 1 |
0.344
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
273 |
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 9588
ORDER BY f.position ASC |
0.344
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
718 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1193) AND (b.`id_shop` = 1) LIMIT 1 |
0.344
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
912 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 945) AND (b.`id_shop` = 1) LIMIT 1 |
0.344
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
932 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1176) AND (b.`id_shop` = 1) LIMIT 1 |
0.344
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
597 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1090
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.344
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
909 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 939
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.344
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
53 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 2734) LIMIT 1 |
0.343
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:25 (__construct)
/classes/Link.php:657 (__construct)
/classes/Link.php:1218 (getManufacturerLink)
/classes/controller/FrontController.php:2123 (getLanguageLink)
/classes/controller/FrontController.php:1564 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
975 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1368
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.343
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
931 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1175
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.343
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
182 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 1005 LIMIT 1 |
0.342
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5617 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
663 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1241
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.342
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
822 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1266) AND (b.`id_shop` = 1) LIMIT 1 |
0.342
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
929 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1174
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.342
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1069 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 3020401 AND name = '_elementor_edit_mode' LIMIT 1 |
0.342
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/db.php:200 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:376 (getEditMode)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44585649fa3_06545443)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1082 |
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 = 4
AND ml.id_shop = 1 LIMIT 1 |
0.342
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/posthemeoptions/elementor/src/WidgetHelper.php:871 (getMetaByPage)
/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:120 (getPagesOption)
/modules/creativeelements/includes/base/controls-stack.php:468 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:72 (_initControls)
/modules/creativeelements/includes/base/controls-stack.php:437 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:477 (_getParsedSettings)
/modules/creativeelements/includes/base/controls-stack.php:483 (_init)
/modules/creativeelements/includes/base/element-base.php:460 (__construct)
/modules/creativeelements/includes/base/widget-base.php:58 (__construct)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:53 (__construct)
/modules/creativeelements/includes/managers/elements.php:56 (__construct)
/modules/creativeelements/includes/base/element-base.php:193 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44585649fa3_06545443)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
892 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 923) AND (b.`id_shop` = 1) LIMIT 1 |
0.341
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
607 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1267
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.341
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
867 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 898
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.338
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
668 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1258) AND (b.`id_shop` = 1) LIMIT 1 |
0.337
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
941 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1751
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.337
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
890 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 921) AND (b.`id_shop` = 1) LIMIT 1 |
0.336
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
638 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1097) AND (b.`id_shop` = 1) LIMIT 1 |
0.336
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
139 |
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` = 9234) |
0.335
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
239 |
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` = 9350
AND image_shop.`cover` = 1 LIMIT 1 |
0.335
ms
|
8 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
268 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 9588 AND `id_group` = 1 LIMIT 1 |
0.335
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
988 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1742) AND (b.`id_shop` = 1) LIMIT 1 |
0.335
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
658 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1239) AND (b.`id_shop` = 1) LIMIT 1 |
0.334
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
942 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 953) AND (b.`id_shop` = 1) LIMIT 1 |
0.334
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1080 |
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 = 4
AND ml.id_shop = 1 LIMIT 1 |
0.334
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/posthemeoptions/elementor/src/WidgetHelper.php:863 (getMetaByPage)
/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:120 (getPagesOption)
/modules/creativeelements/includes/base/controls-stack.php:468 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:72 (_initControls)
/modules/creativeelements/includes/base/controls-stack.php:437 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:477 (_getParsedSettings)
/modules/creativeelements/includes/base/controls-stack.php:483 (_init)
/modules/creativeelements/includes/base/element-base.php:460 (__construct)
/modules/creativeelements/includes/base/widget-base.php:58 (__construct)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:53 (__construct)
/modules/creativeelements/includes/managers/elements.php:56 (__construct)
/modules/creativeelements/includes/base/element-base.php:193 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44585649fa3_06545443)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
436 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1718 |
0.333
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
802 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1245) AND (b.`id_shop` = 1) LIMIT 1 |
0.333
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
162 |
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` = 9367) |
0.332
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
918 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 952) AND (b.`id_shop` = 1) LIMIT 1 |
0.332
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
672 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1260) AND (b.`id_shop` = 1) LIMIT 1 |
0.332
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
710 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1189) AND (b.`id_shop` = 1) LIMIT 1 |
0.332
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
633 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1303
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.331
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
711 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1189
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.331
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
820 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1254) AND (b.`id_shop` = 1) LIMIT 1 |
0.331
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
551 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1314
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.331
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
707 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1187
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.331
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
952 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 959) AND (b.`id_shop` = 1) LIMIT 1 |
0.331
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
752 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1209) AND (b.`id_shop` = 1) LIMIT 1 |
0.330
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
509 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1067
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.330
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
568 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1285) AND (b.`id_shop` = 1) LIMIT 1 |
0.330
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
696 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1321) AND (b.`id_shop` = 1) LIMIT 1 |
0.330
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
721 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1242
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.327
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
723 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1313
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.327
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
940 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1751) AND (b.`id_shop` = 1) LIMIT 1 |
0.327
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
582 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1084) AND (b.`id_shop` = 1) LIMIT 1 |
0.326
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
893 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 923
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.326
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
920 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1172) AND (b.`id_shop` = 1) LIMIT 1 |
0.326
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
479 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.325
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
171 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 976 LIMIT 1 |
0.325
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
513 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1305
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.325
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
655 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1237
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.324
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
706 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1187) AND (b.`id_shop` = 1) LIMIT 1 |
0.324
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1017 |
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` = 4
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.324
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posmegamenu/posmegamenu.php:1201 (__construct)
/modules/posmegamenu/posmegamenu.php:793 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
173 |
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` = 9308) |
0.324
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
255 |
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` = 9266) |
0.320
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
340 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 9932 LIMIT 1 |
0.320
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
703 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1185
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.320
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
390 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.319
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/classes/ProductPresenterFactory.php:85 (__construct)
/classes/controller/ProductPresentingFrontController.php:40 (getPresenter)
/classes/controller/ProductListingFrontController.php:111 (getProductPresenter)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
606 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1267) AND (b.`id_shop` = 1) LIMIT 1 |
0.319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
681 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1317
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.319
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
899 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1110
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.318
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
730 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1197) AND (b.`id_shop` = 1) LIMIT 1 |
0.318
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
367 |
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 9644
ORDER BY f.position ASC |
0.317
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
661 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1240
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.317
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
699 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1101
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.317
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
33 |
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` = 4
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.316
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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:282 (init)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
708 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1188) AND (b.`id_shop` = 1) LIMIT 1 |
0.316
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
275 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 894 LIMIT 1 |
0.316
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5617 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
71 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ets_reviews" LIMIT 1 |
0.313
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2081 (getModuleIdByName)
/modules/ybc_blocksearch/ybc_blocksearch.php:1452 (isInstalled)
/modules/ybc_blocksearch/ybc_blocksearch.php:362 (checkModuleEnable)
: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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:914 (getInstanceByName)
/classes/controller/FrontController.php:577 (exec)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
298 |
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` = 9306
AND image_shop.`cover` = 1 LIMIT 1 |
0.313
ms
|
10 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
357 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 1177 LIMIT 1 |
0.312
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5617 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
645 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1108
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.312
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
712 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1190) AND (b.`id_shop` = 1) LIMIT 1 |
0.312
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
817 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1252
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.312
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
537 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1086
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.312
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
887 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 918
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.312
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1015 |
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` = 4
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.312
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posmegamenu/posmegamenu.php:882 (__construct)
/modules/posmegamenu/posmegamenu.php:778 (fomartLink)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
818 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1253) AND (b.`id_shop` = 1) LIMIT 1 |
0.311
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
864 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 897) AND (b.`id_shop` = 1) LIMIT 1 |
0.311
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
934 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1177) AND (b.`id_shop` = 1) LIMIT 1 |
0.311
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
527 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1074
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.310
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1081 |
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 = 4
AND ml.id_shop = 1 LIMIT 1 |
0.310
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/posthemeoptions/elementor/src/WidgetHelper.php:867 (getMetaByPage)
/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:120 (getPagesOption)
/modules/creativeelements/includes/base/controls-stack.php:468 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:72 (_initControls)
/modules/creativeelements/includes/base/controls-stack.php:437 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:477 (_getParsedSettings)
/modules/creativeelements/includes/base/controls-stack.php:483 (_init)
/modules/creativeelements/includes/base/element-base.php:460 (__construct)
/modules/creativeelements/includes/base/widget-base.php:58 (__construct)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:53 (__construct)
/modules/creativeelements/includes/managers/elements.php:56 (__construct)
/modules/creativeelements/includes/base/element-base.php:193 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44585649fa3_06545443)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
290 |
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` = 9773) |
0.310
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
694 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1320) AND (b.`id_shop` = 1) LIMIT 1 |
0.310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
916 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 949) AND (b.`id_shop` = 1) LIMIT 1 |
0.310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
412 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 28984 |
0.309
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
600 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1092) AND (b.`id_shop` = 1) LIMIT 1 |
0.309
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
190 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 28984) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.308
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
222 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 9613 AND `id_group` = 1 LIMIT 1 |
0.308
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
602 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1093) AND (b.`id_shop` = 1) LIMIT 1 |
0.308
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
719 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1193
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.308
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
545 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1310
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.308
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
230 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 9592 LIMIT 1 |
0.306
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
643 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1102
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.306
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
908 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 939) AND (b.`id_shop` = 1) LIMIT 1 |
0.306
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
674 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1262) AND (b.`id_shop` = 1) LIMIT 1 |
0.304
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
14 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 4
AND id_shop = 1 LIMIT 1 |
0.304
ms
|
1 |
|
|
/classes/ObjectModel.php:1728
/classes/Tools.php:641 (isAssociatedToShop)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
732 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1198) AND (b.`id_shop` = 1) LIMIT 1 |
0.304
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
992 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1744) AND (b.`id_shop` = 1) LIMIT 1 |
0.304
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
19 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ets_superspeed" LIMIT 1 |
0.303
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/override/classes/Dispatcher.php:29 (isEnabled)
/index.php:28 (dispatch)
|
313 |
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` = 9427) |
0.303
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
808 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1248) AND (b.`id_shop` = 1) LIMIT 1 |
0.303
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
930 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1175) AND (b.`id_shop` = 1) LIMIT 1 |
0.303
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
910 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 943) AND (b.`id_shop` = 1) LIMIT 1 |
0.302
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
960 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1502) AND (b.`id_shop` = 1) LIMIT 1 |
0.302
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
54 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.302
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/classes/controller/FrontController.php:1570 (__construct)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
666 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1257) AND (b.`id_shop` = 1) LIMIT 1 |
0.302
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
536 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1086) AND (b.`id_shop` = 1) LIMIT 1 |
0.301
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
944 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 955) AND (b.`id_shop` = 1) LIMIT 1 |
0.301
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1070 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 3020401 AND name = '_elementor_data' LIMIT 1 |
0.301
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/db.php:120 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:381 (getPlainEditor)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44585649fa3_06545443)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
371 |
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` = 9313) |
0.299
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
675 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1262
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.299
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
959 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1178
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.299
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
664 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1256) AND (b.`id_shop` = 1) LIMIT 1 |
0.298
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
810 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1249) AND (b.`id_shop` = 1) LIMIT 1 |
0.298
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
948 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 957) AND (b.`id_shop` = 1) LIMIT 1 |
0.298
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
382 |
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` = 9302) |
0.298
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
554 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1078) AND (b.`id_shop` = 1) LIMIT 1 |
0.297
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
32 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.295
ms
|
1 |
|
|
/classes/Currency.php:895
/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:282 (init)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
109 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 9301 AND id_shop=1 LIMIT 1 |
0.295
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
504 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1062) AND (b.`id_shop` = 1) LIMIT 1 |
0.294
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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)
/modules/posvegamenu/posvegamenu.php:911 (getCategoryLink)
/modules/posvegamenu/posvegamenu.php:806 (fomartLink)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
510 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1289) AND (b.`id_shop` = 1) LIMIT 1 |
0.294
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
263 |
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` = 9588
AND image_shop.`cover` = 1 LIMIT 1 |
0.293
ms
|
10 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
684 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1525) AND (b.`id_shop` = 1) LIMIT 1 |
0.293
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
897 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1109
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.292
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
950 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 958) AND (b.`id_shop` = 1) LIMIT 1 |
0.292
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
546 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1311) AND (b.`id_shop` = 1) LIMIT 1 |
0.292
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
309 |
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` = 9427
AND image_shop.`cover` = 1 LIMIT 1 |
0.291
ms
|
8 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
874 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 905) AND (b.`id_shop` = 1) LIMIT 1 |
0.291
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
518 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1070) AND (b.`id_shop` = 1) LIMIT 1 |
0.291
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
604 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1261) AND (b.`id_shop` = 1) LIMIT 1 |
0.291
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
704 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1186) AND (b.`id_shop` = 1) LIMIT 1 |
0.291
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
400 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 9234 |
0.290
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
494 |
SELECT SQL_NO_CACHE count(id_wishlist_product) FROM ps_poswishlist w, ps_poswishlist_product wp where w.id_wishlist = wp.id_wishlist and w.id_customer=0 LIMIT 1 |
0.290
ms
|
60 |
|
|
/modules/poswishlist/poswishlist.php:222
/modules/posthemeoptions/elementor/widgets/PosHeaderWishlistWidget.php:384 (hookdisplayNav)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
194 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 948 LIMIT 1 |
0.288
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5617 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
251 |
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` = 9266
AND image_shop.`cover` = 1 LIMIT 1 |
0.288
ms
|
5 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
549 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1312
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.288
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
279 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1718 AND id_shop=1 LIMIT 1 |
0.287
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
516 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1307) AND (b.`id_shop` = 1) LIMIT 1 |
0.287
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
826 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1272) AND (b.`id_shop` = 1) LIMIT 1 |
0.287
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
539 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1283
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.286
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
547 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1311
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.285
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
624 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1298) AND (b.`id_shop` = 1) LIMIT 1 |
0.285
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
632 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1303) AND (b.`id_shop` = 1) LIMIT 1 |
0.285
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
634 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1095) AND (b.`id_shop` = 1) LIMIT 1 |
0.285
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
454 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 9354 |
0.284
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
379 |
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` = 9302
AND image_shop.`cover` = 1 LIMIT 1 |
0.284
ms
|
5 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
649 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1234
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.284
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
670 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1259) AND (b.`id_shop` = 1) LIMIT 1 |
0.284
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
528 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1075) AND (b.`id_shop` = 1) LIMIT 1 |
0.283
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
349 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 9354 AND id_shop=1 LIMIT 1 |
0.282
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
648 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1234) AND (b.`id_shop` = 1) LIMIT 1 |
0.282
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
103 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 976 LIMIT 1 |
0.281
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5617 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
660 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1240) AND (b.`id_shop` = 1) LIMIT 1 |
0.281
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
673 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1260
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.281
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
487 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.279
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
42 |
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.278
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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:427 (__construct)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
990 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1743) AND (b.`id_shop` = 1) LIMIT 1 |
0.278
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
36 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'RUB') LIMIT 1 |
0.276
ms
|
1 |
|
|
/classes/Currency.php:895
/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:282 (init)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
39 |
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.276
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1091 (__construct)
/classes/Tools.php:684 (getCurrencyInstance)
/classes/controller/FrontController.php:360 (setCurrency)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
301 |
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` = 9306) |
0.276
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1002 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1749) AND (b.`id_shop` = 1) LIMIT 1 |
0.276
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
657 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1238
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.276
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1000 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1748) AND (b.`id_shop` = 1) LIMIT 1 |
0.276
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
896 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1109) AND (b.`id_shop` = 1) LIMIT 1 |
0.275
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
151 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 9297 AND id_shop=1 LIMIT 1 |
0.274
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
497 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.273
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/src/Adapter/Presenter/Cart/CartPresenter.php:92 (__construct)
/modules/posshoppingcart/posshoppingcart.php:86 (__construct)
/modules/posshoppingcart/posshoppingcart.php:103 (getWidgetVariables)
/modules/posthemeoptions/elementor/widgets/PosHeaderCartWidget.php:383 (renderWidget)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
603 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1093
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.273
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
894 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 926) AND (b.`id_shop` = 1) LIMIT 1 |
0.273
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
906 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 933) AND (b.`id_shop` = 1) LIMIT 1 |
0.273
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
914 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 947) AND (b.`id_shop` = 1) LIMIT 1 |
0.272
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
128 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 9715 AND id_shop=1 LIMIT 1 |
0.271
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
722 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1313) AND (b.`id_shop` = 1) LIMIT 1 |
0.271
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
234 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 9592 LIMIT 1 |
0.270
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
130 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 9715 LIMIT 1 |
0.270
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
209 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 9315 AND id_shop=1 LIMIT 1 |
0.270
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
521 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1071
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.270
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
541 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1308
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.270
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
642 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1102) AND (b.`id_shop` = 1) LIMIT 1 |
0.270
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
705 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1186
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.270
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
342 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 9932) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.269
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
651 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1235
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.269
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
448 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 9812 |
0.268
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
418 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 9315 |
0.267
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
457 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 9644 |
0.267
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
131 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 9715 LIMIT 1 |
0.266
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
475 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.266
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
543 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1309
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.266
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
924 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 940) AND (b.`id_shop` = 1) LIMIT 1 |
0.266
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
680 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1317) AND (b.`id_shop` = 1) LIMIT 1 |
0.265
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
58 |
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` = 130) LIMIT 1 |
0.264
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1716 (generateAddress)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
488 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.264
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
598 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1091) AND (b.`id_shop` = 1) LIMIT 1 |
0.262
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
662 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1241) AND (b.`id_shop` = 1) LIMIT 1 |
0.262
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
155 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 9297) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.260
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
243 |
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` = 9350) |
0.260
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
433 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 9588 |
0.260
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
872 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 904) AND (b.`id_shop` = 1) LIMIT 1 |
0.259
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
223 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 9613 LIMIT 1 |
0.258
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
548 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1312) AND (b.`id_shop` = 1) LIMIT 1 |
0.256
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
654 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1237) AND (b.`id_shop` = 1) LIMIT 1 |
0.256
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
501 |
SELECT SQL_NO_CACHE ps.*
FROM ps_posvegamenu_submenu ps
WHERE ps.`id_posvegamenu_item` = 5 LIMIT 1 |
0.256
ms
|
7 |
|
|
/modules/posvegamenu/classes/PosVegamenuSubmenuClass.php:88
/modules/posvegamenu/posvegamenu.php:1278 (getSubmenuConfig)
/modules/posvegamenu/posvegamenu.php:786 (generateCss)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
55 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.255
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:368 (getImagesTypes)
/classes/controller/FrontController.php:1571 (getNoPictureImage)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
346 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 975 LIMIT 1 |
0.255
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
512 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1305) AND (b.`id_shop` = 1) LIMIT 1 |
0.254
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
814 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1251) AND (b.`id_shop` = 1) LIMIT 1 |
0.254
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
113 |
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.254
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3916 (getTaxCalculator)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
646 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1233) AND (b.`id_shop` = 1) LIMIT 1 |
0.254
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
630 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1302) AND (b.`id_shop` = 1) LIMIT 1 |
0.253
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1016 |
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` = 4
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.253
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posmegamenu/posmegamenu.php:792 (__construct)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
22 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.253
ms
|
1 |
|
|
/classes/module/Module.php:2015
/classes/Hook.php:882 (getExceptionsStatic)
/classes/Dispatcher.php:351 (exec)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
499 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 95 AND `id_shop` = 1 LIMIT 1 |
0.253
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:572 (isEnabled)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
553 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1315
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.253
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
676 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1263) AND (b.`id_shop` = 1) LIMIT 1 |
0.253
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
394 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
0.252
ms
|
7 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:211 (getFormattedName)
/src/Adapter/Image/ImageRetriever.php:101 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:95 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
514 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1306) AND (b.`id_shop` = 1) LIMIT 1 |
0.252
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
592 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1094) AND (b.`id_shop` = 1) LIMIT 1 |
0.251
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
702 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1185) AND (b.`id_shop` = 1) LIMIT 1 |
0.251
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
34 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'et-ee'
OR `language_code` = 'et-ee' LIMIT 1 |
0.249
ms
|
6 |
|
|
/classes/Language.php:852
/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:282 (init)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
898 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1110) AND (b.`id_shop` = 1) LIMIT 1 |
0.249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1010 |
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 4 LIMIT 1 |
0.249
ms
|
4 |
|
|
/modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
/modules/posmegamenu/posmegamenu.php:1252 (getSubmenuConfig)
/modules/posmegamenu/posmegamenu.php:761 (generateCss)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
336 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 9932 LIMIT 1 |
0.248
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
362 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 9644 AND `id_group` = 1 LIMIT 1 |
0.248
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
229 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 1005 LIMIT 1 |
0.247
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
62 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 73 AND `id_shop` = 1 LIMIT 1 |
0.245
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:54 (isEnabled)
/var/cache/prod/Ps_facebookFrontContainer.php:283 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_edition_basic/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:165 (getService)
/modules/ps_facebook/ps_facebook.php:328 (getService)
/classes/Hook.php:994 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
520 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1071) AND (b.`id_shop` = 1) LIMIT 1 |
0.245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
232 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 9592 AND id_shop=1 LIMIT 1 |
0.245
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
114 |
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1 |
0.244
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3916 (getTaxCalculator)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
552 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1315) AND (b.`id_shop` = 1) LIMIT 1 |
0.244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
369 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 976 LIMIT 1 |
0.244
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
445 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 9427 |
0.244
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
211 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 9315 LIMIT 1 |
0.243
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
363 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 9644 LIMIT 1 |
0.242
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
526 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1074) AND (b.`id_shop` = 1) LIMIT 1 |
0.242
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
149 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 9297 LIMIT 1 |
0.241
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
172 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 9308 LIMIT 1 |
0.241
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
700 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1184) AND (b.`id_shop` = 1) LIMIT 1 |
0.241
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
9 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1 |
0.240
ms
|
1 |
|
|
/classes/ObjectModel.php:1728
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
40 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 |
0.240
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1091 (__construct)
/classes/Tools.php:684 (getCurrencyInstance)
/classes/controller/FrontController.php:360 (setCurrency)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
522 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1072) AND (b.`id_shop` = 1) LIMIT 1 |
0.238
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
538 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1283) AND (b.`id_shop` = 1) LIMIT 1 |
0.238
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
351 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 9354 LIMIT 1 |
0.238
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
364 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 9644 LIMIT 1 |
0.238
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
335 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 1640 LIMIT 1 |
0.237
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
421 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 9613 |
0.237
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
7 |
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.236
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:561 (__construct)
/config/config.inc.php:171 (getGroup)
/index.php:27 (require)
|
105 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 2734
AND `active` = 1 LIMIT 1 |
0.236
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:5620 (getNameById)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
106 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
0.235
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
374 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 9313 LIMIT 1 |
0.235
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
138 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 9234 LIMIT 1 |
0.234
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
59 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 130 |
0.232
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1716 (generateAddress)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
472 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 2020401 AND name = '_elementor_css' LIMIT 1 |
0.232
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/css-file/post-css-file.php:60 (CE\get_post_meta)
/modules/creativeelements/includes/css-file/css-file.php:247 (loadMeta)
/modules/creativeelements/includes/css-file/css-file.php:100 (getMeta)
/modules/creativeelements/includes/css-file/post-css-file.php:98 (enqueue)
/modules/creativeelements/includes/frontend.php:390 (enqueue)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
148 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 976 LIMIT 1 |
0.230
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
324 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 9812 LIMIT 1 |
0.230
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
44 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.229
ms
|
1 |
|
|
/classes/ObjectModel.php:1728
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:427 (__construct)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
280 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1718 AND `id_group` = 1 LIMIT 1 |
0.228
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
361 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 9644 AND id_shop=1 LIMIT 1 |
0.227
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
650 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1235) AND (b.`id_shop` = 1) LIMIT 1 |
0.226
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
393 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 9301 |
0.225
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
540 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1308) AND (b.`id_shop` = 1) LIMIT 1 |
0.225
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
277 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1718 LIMIT 1 |
0.224
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
656 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1238) AND (b.`id_shop` = 1) LIMIT 1 |
0.224
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
698 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1101) AND (b.`id_shop` = 1) LIMIT 1 |
0.224
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
43 |
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.224
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (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:427 (__construct)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
195 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 948 LIMIT 1 |
0.224
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
544 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1310) AND (b.`id_shop` = 1) LIMIT 1 |
0.224
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
523 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1072
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.223
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
124 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 922 LIMIT 1 |
0.223
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5617 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
328 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 9812 LIMIT 1 |
0.222
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
154 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 9297 LIMIT 1 |
0.221
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
213 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 9315) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.221
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
477 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.221
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
478 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.220
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
120 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 9301) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.219
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
177 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 9308 LIMIT 1 |
0.219
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
176 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 9308 LIMIT 1 |
0.218
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
424 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 9592 |
0.217
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
136 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 974 LIMIT 1 |
0.216
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5617 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
271 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 9588) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.214
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1095 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "poscookielaw" LIMIT 1 |
0.214
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:1000 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:949 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:574 (__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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:147 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
196 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 9445 LIMIT 1 |
0.213
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
233 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 9592 AND `id_group` = 1 LIMIT 1 |
0.213
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
270 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 9588 LIMIT 1 |
0.213
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
483 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.213
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
12 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'et' LIMIT 1 |
0.213
ms
|
6 |
|
|
/classes/Language.php:823
/classes/Tools.php:626 (getIdByIso)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
352 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 9354 LIMIT 1 |
0.213
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
385 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 9302 LIMIT 1 |
0.212
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
119 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 9301 LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
210 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 9315 AND `id_group` = 1 LIMIT 1 |
0.211
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
254 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 9266 LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
281 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1718 LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
486 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
302 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 9306 AND id_shop=1 LIMIT 1 |
0.210
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
326 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 9812 AND id_shop=1 LIMIT 1 |
0.210
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
403 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 9297 |
0.209
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
409 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 9308 |
0.208
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
323 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 1274 LIMIT 1 |
0.206
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
30 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'et-ee'
OR `language_code` = 'et-ee' LIMIT 1 |
0.205
ms
|
6 |
|
|
/classes/Language.php:852
/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:282 (init)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
142 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 9234 LIMIT 1 |
0.205
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
350 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 9354 AND `id_group` = 1 LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
316 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 9427 LIMIT 1 |
0.204
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
476 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.202
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
60 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.202
ms
|
1 |
|
|
/classes/ObjectModel.php:1591
/classes/ObjectModel.php:1623 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1554 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:511 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
167 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 9367) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
359 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 9644 LIMIT 1 |
0.200
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
482 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.200
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
496 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 98 AND `id_shop` = 1 LIMIT 1 |
0.200
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/posthemeoptions/elementor/widgets/PosHeaderCartWidget.php:379 (isEnabled)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
474 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.199
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
652 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1236) AND (b.`id_shop` = 1) LIMIT 1 |
0.199
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
267 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 9588 AND id_shop=1 LIMIT 1 |
0.198
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
38 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'et-ee'
OR `language_code` = 'et-ee' LIMIT 1 |
0.197
ms
|
6 |
|
|
/classes/Language.php:852
/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:282 (init)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
236 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 9592) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.197
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
198 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 9445 AND id_shop=1 LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
381 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 9302 LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
107 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 9301 LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
295 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 9773) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
17 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.194
ms
|
88 |
|
|
/classes/Hook.php:288
/classes/Hook.php:319 (getAllHookAliases)
/classes/Hook.php:711 (getHookAliasesFor)
/classes/Hook.php:804 (getHookModuleExecList)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
287 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 1030 LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5617 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
289 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 9773 LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
397 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 9715 |
0.194
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
330 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 9812) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
370 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 9313 LIMIT 1 |
0.193
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
104 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 976 LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
283 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1718) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
387 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 9302) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.190
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
159 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 1183 LIMIT 1 |
0.189
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5617 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
306 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 9306) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.189
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
152 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 9297 AND `id_group` = 1 LIMIT 1 |
0.186
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
178 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 9308) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
318 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 9427) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
542 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1309) AND (b.`id_shop` = 1) LIMIT 1 |
0.186
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1094 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 91 AND `id_shop` = 1 LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:1000 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:949 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:574 (__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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:147 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
240 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 975 LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5617 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
334 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 1640 LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5617 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
358 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 1177 LIMIT 1 |
0.184
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
165 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 9367 LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
56 |
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 130 LIMIT 1 |
0.182
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:1716 (generateAddress)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
380 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 976 LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
160 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 1183 LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
293 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 9773 LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
327 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 9812 AND `id_group` = 1 LIMIT 1 |
0.181
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
187 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 28984 AND `id_group` = 1 LIMIT 1 |
0.180
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
375 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 9313 LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
161 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 9367 LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
35 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'et-ee'
OR `language_code` = 'et-ee' LIMIT 1 |
0.177
ms
|
6 |
|
|
/classes/Language.php:852
/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:282 (init)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
304 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 9306 LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
116 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3984 (getReductionByIdGroup)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
70 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/module/Module.php:2106
/modules/ybc_blocksearch/ybc_blocksearch.php:1452 (isEnabled)
/modules/ybc_blocksearch/ybc_blocksearch.php:362 (checkModuleEnable)
: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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:914 (getInstanceByName)
/classes/controller/FrontController.php:577 (exec)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
524 |
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1073) AND (b.`id_shop` = 1) LIMIT 1 |
0.173
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
212 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 9315 LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
276 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 894 LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
163 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 9367 AND id_shop=1 LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
248 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 9350) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
415 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 9445 |
0.170
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
502 |
SELECT SQL_NO_CACHE ps.*
FROM ps_posvegamenu_submenu ps
WHERE ps.`id_posvegamenu_item` = 6 LIMIT 1 |
0.169
ms
|
7 |
|
|
/modules/posvegamenu/classes/PosVegamenuSubmenuClass.php:88
/modules/posvegamenu/posvegamenu.php:1278 (getSubmenuConfig)
/modules/posvegamenu/posvegamenu.php:786 (generateCss)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
115 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 9301 AND `id_group` = 1 LIMIT 1 |
0.168
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
235 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 9592 LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
383 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 9302 AND id_shop=1 LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
376 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 9313) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
480 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
288 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 1030 LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
258 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 9266 LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
252 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 908 LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5617 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
20 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 125 AND `id_shop` = 1 LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/module/Module.php:2106
/override/classes/Dispatcher.php:29 (isEnabled)
/index.php:28 (dispatch)
|
314 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 9427 AND id_shop=1 LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
41 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/ObjectModel.php:1728
/classes/Tools.php:691 (isAssociatedToShop)
/classes/controller/FrontController.php:360 (setCurrency)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
294 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 9773 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
312 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 9427 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
144 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 9234) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
183 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 1005 LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
305 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 9306 LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
484 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
246 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 9350 LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
143 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 9234 LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
384 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 9302 AND `id_group` = 1 LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
311 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 968 LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
174 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 9308 AND id_shop=1 LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
341 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 9932 LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
291 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 9773 AND id_shop=1 LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
253 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 908 LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
137 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 974 LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
299 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 976 LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
481 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
310 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 968 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5617 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
329 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 9812 LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
386 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 9302 LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
202 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 9445) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
244 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 9350 AND id_shop=1 LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
201 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 9445 LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
256 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 9266 AND id_shop=1 LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
242 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 9350 LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
257 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 9266 AND `id_group` = 1 LIMIT 1 |
0.142
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
166 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 9367 LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1096 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 90 AND `id_shop` = 1 LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:1000 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:949 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:574 (__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/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:147 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
175 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 9308 AND `id_group` = 1 LIMIT 1 |
0.139
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
372 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 9313 AND id_shop=1 LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
373 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 9313 AND `id_group` = 1 LIMIT 1 |
0.135
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
282 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1718 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
317 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 9427 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
164 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 9367 AND `id_group` = 1 LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
315 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 9427 AND `id_group` = 1 LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
260 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 9266) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
241 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 975 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
300 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 9306 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
485 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579e5ab23_11604027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579cf6332_64495513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/21/32/0c/21320c7feefc285a98c9673eeef4f0435f0225f3_2.file.layout-full-width.tpl.php:55 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44579c92635_38826440)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b4cfe9_17835872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_full_width_tpl/24/37/86/243786885045c251d8063a01ec4ad682ae739def_2.file.manufacturer.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d44608b38f75_74223402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
140 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 9234 AND id_shop=1 LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
292 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 9773 AND `id_group` = 1 LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
247 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 9350 LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
57 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 130 LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/Country.php:402
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1716 (generateAddress)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
245 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 9350 AND `id_group` = 1 LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
259 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 9266 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
141 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 9234 AND `id_group` = 1 LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
303 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 9306 AND `id_group` = 1 LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|