| 196 |
SELECT SQL_NO_CACHE p.id_product, sa.out_of_stock 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='27' AND c.nleft>=4 AND c.nright<=127 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 IFNULL(p.quantity, 0) <= 0, IFNULL(p.quantity, 0) <= 0 AND FIELD(sa.out_of_stock, 1) DESC, p.date_add DESC, p.id_product DESC |
114.420
ms
|
26320 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Filters/Products.php:87 (execute)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:189 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2 |
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
9.780
ms
|
3477 |
|
|
/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)
|
| 470 |
SELECT SQL_NO_CACHE c.*, cl.*
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
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 5 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
6.262
ms
|
169 |
Yes
|
Yes
|
/classes/Category.php:796
/modules/ps_categorytree/ps_categorytree.php:141 (getNestedCategories)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/9c/ab/8d/9cab8daf0c3a05a46dbaebc28bb0dc1d5541536a_2.file.listing-1.tpl.php:191 (__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/bernumodelayouts_layout_full_width_tpl/9c/ab/8d/9cab8daf0c3a05a46dbaebc28bb0dc1d5541536a_2.file.listing-1.tpl.php:206 (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/bernumodelayouts_layout_full_width_tpl/9c/ab/8d/9cab8daf0c3a05a46dbaebc28bb0dc1d5541536a_2.file.listing-1.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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:419 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 465 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND nleft >= 2 AND nright <= 343
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 |
5.575
ms
|
169 |
Yes
|
|
/modules/nrtsearchbar/nrtsearchbar.php:310
/modules/nrtsearchbar/nrtsearchbar.php:395 (getCategories)
/modules/nrtsearchbar/nrtsearchbar.php:426 (getWidgetVariables)
/modules/axoncreator/includes/widgets/axps-search.php:656 (renderWidget)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 460 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND nleft >= 2 AND nright <= 343
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 |
5.368
ms
|
169 |
Yes
|
|
/modules/nrtsearchbar/nrtsearchbar.php:310
/modules/nrtsearchbar/nrtsearchbar.php:395 (getCategories)
/modules/nrtsearchbar/nrtsearchbar.php:426 (getWidgetVariables)
/modules/axoncreator/includes/widgets/axps-search.php:656 (renderWidget)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 458 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND nleft >= 2 AND nright <= 343
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 |
5.271
ms
|
169 |
Yes
|
|
/modules/nrtsearchbar/nrtsearchbar.php:310
/modules/nrtsearchbar/nrtsearchbar.php:395 (getCategories)
/modules/nrtsearchbar/nrtsearchbar.php:426 (getWidgetVariables)
/modules/axoncreator/includes/widgets/axps-search.php:656 (renderWidget)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 352 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) LIMIT 1 |
5.230
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 467 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND nleft >= 2 AND nright <= 343
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 |
5.129
ms
|
169 |
Yes
|
|
/modules/nrtsearchbar/nrtsearchbar.php:310
/modules/nrtsearchbar/nrtsearchbar.php:395 (getCategories)
/modules/nrtsearchbar/nrtsearchbar.php:426 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/c9/e7/22/c9e72245a8a84ce7a438e6be50d67f69de84f830_2.file.not-found.tpl.php:59 (__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/bernumodelayouts_layout_full_width_tpl/c9/e7/22/c9e72245a8a84ce7a438e6be50d67f69de84f830_2.file.not-found.tpl.php:107 (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/bernumodelayouts_layout_full_width_tpl/c9/e7/22/c9e72245a8a84ce7a438e6be50d67f69de84f830_2.file.not-found.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6af74eb5e5_88911271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/52/21/63/5221639c43df7e50551497867998fd3727b4af4f_2.file.products.tpl.php:90 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a54670e97_75888841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/9c/ab/8d/9cab8daf0c3a05a46dbaebc28bb0dc1d5541536a_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/9c/ab/8d/9cab8daf0c3a05a46dbaebc28bb0dc1d5541536a_2.file.listing-1.tpl.php:144 (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/bernumodelayouts_layout_full_width_tpl/9c/ab/8d/9cab8daf0c3a05a46dbaebc28bb0dc1d5541536a_2.file.listing-1.tpl.php:174 (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/bernumodelayouts_layout_full_width_tpl/9c/ab/8d/9cab8daf0c3a05a46dbaebc28bb0dc1d5541536a_2.file.listing-1.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:419 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 463 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND nleft >= 2 AND nright <= 343
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 |
5.067
ms
|
169 |
Yes
|
|
/modules/nrtsearchbar/nrtsearchbar.php:310
/modules/nrtsearchbar/nrtsearchbar.php:395 (getCategories)
/modules/nrtsearchbar/nrtsearchbar.php:426 (getWidgetVariables)
/modules/axoncreator/includes/widgets/axps-search.php:656 (renderWidget)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 400 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_nrt_mega_menu` smm
LEFT JOIN `ps_nrt_mega_menu_lang` smml ON smm.`id_nrt_mega_menu`=smml.`id_nrt_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_parent`=23 AND smm.`item_t`=5 AND smm.`active`=1 AND smm.`id_shop` IN (0, 1)
ORDER BY smm.`location`, smm.`position` |
4.986
ms
|
27 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:192
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:217 (getSub)
/modules/nrtmegamenu/nrtmegamenu.php:3994 (recurseTree)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 18 |
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` |
4.894
ms
|
2784 |
Yes
|
Yes
|
/classes/Hook.php:1183
/classes/Hook.php:699 (getAllHookRegistrations)
/classes/Hook.php:803 (getHookModuleExecList)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:27 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 17 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
2.729
ms
|
1101 |
|
|
/classes/Hook.php:1282
/classes/Hook.php:774 (getHookStatusByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:27 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 485 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND nleft >= 2 AND nright <= 343
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 |
2.522
ms
|
169 |
Yes
|
|
/modules/nrtsearchbar/nrtsearchbar.php:310
/modules/nrtsearchbar/nrtsearchbar.php:395 (getCategories)
/modules/nrtsearchbar/nrtsearchbar.php:426 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:443 (__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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 408 |
SELECT SQL_NO_CACHE c.*, cl.*
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
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 19 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
2.173
ms
|
169 |
Yes
|
Yes
|
/classes/Category.php:796
/modules/nrtmegamenu/nrtmegamenu.php:3915 (getNestedCategories)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 181 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND nleft >= 2 AND nright <= 343
ORDER BY `level_depth` ASC, cs.`position` ASC |
2.148
ms
|
169 |
Yes
|
|
/modules/axoncreator/axoncreator.php:2188
/modules/axoncreator/includes/widgets/axps-products.php:121 (getCategories)
/modules/axoncreator/includes/widgets/axps-products.php:101 (_register_content_controls)
/modules/axoncreator/includes/base/controls-stack.php:1923 (_register_controls)
/modules/axoncreator/includes/base/controls-stack.php:510 (init_controls)
/modules/axoncreator/includes/base/widget-base.php:162 (get_stack)
/modules/axoncreator/includes/base/controls-stack.php:303 (get_stack)
/modules/axoncreator/includes/base/controls-stack.php:1958 (get_controls)
/modules/axoncreator/includes/base/controls-stack.php:1045 (sanitize_settings)
/modules/axoncreator/includes/base/controls-stack.php:1798 (get_data)
/modules/axoncreator/core/base/base-object.php:145 (get_init_settings)
/modules/axoncreator/core/base/base-object.php:53 (ensure_settings)
/modules/axoncreator/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1123 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 421 |
SELECT SQL_NO_CACHE c.*, cl.*
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
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 28 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1.979
ms
|
169 |
Yes
|
Yes
|
/classes/Category.php:796
/modules/nrtmegamenu/nrtmegamenu.php:3915 (getNestedCategories)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 23 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
1.787
ms
|
195 |
Yes
|
|
/classes/Dispatcher.php:633
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:27 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 30 |
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.742
ms
|
195 |
Yes
|
|
/classes/Dispatcher.php:633
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:30 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 182 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 GROUP BY m.`id_manufacturer`ORDER BY m.`name` ASC |
1.650
ms
|
35 |
Yes
|
Yes
|
/classes/Manufacturer.php:211
/modules/axoncreator/includes/widgets/axps-products.php:123 (getManufacturers)
/modules/axoncreator/includes/widgets/axps-products.php:101 (_register_content_controls)
/modules/axoncreator/includes/base/controls-stack.php:1923 (_register_controls)
/modules/axoncreator/includes/base/controls-stack.php:510 (init_controls)
/modules/axoncreator/includes/base/widget-base.php:162 (get_stack)
/modules/axoncreator/includes/base/controls-stack.php:303 (get_stack)
/modules/axoncreator/includes/base/controls-stack.php:1958 (get_controls)
/modules/axoncreator/includes/base/controls-stack.php:1045 (sanitize_settings)
/modules/axoncreator/includes/base/controls-stack.php:1798 (get_data)
/modules/axoncreator/core/base/base-object.php:145 (get_init_settings)
/modules/axoncreator/core/base/base-object.php:53 (ensure_settings)
/modules/axoncreator/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1123 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 13
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.550
ms
|
5 |
Yes
|
Yes
|
/classes/Category.php:921
/controllers/front/listing/CategoryController.php:223 (getSubCategories)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 32 |
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.490
ms
|
119 |
|
|
/classes/module/Module.php:345
/modules/ets_seo/ets_seo.php:129 (__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:913 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
| 20 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
1.440
ms
|
1101 |
|
|
/classes/Hook.php:1242
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:812 (getIdByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:27 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 310 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 54) AND (b.`id_shop` = 1) LIMIT 1 |
1.423
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3912 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 193 |
SELECT SQL_NO_CACHE 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` = 1) 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` = 1) ORDER BY f.`position` ASC |
1.376
ms
|
21 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
/modules/ps_facetedsearch/src/Filters/Converter.php:388 (getFeatures)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:165 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 191 |
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` = 1) 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` = 1) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
1.362
ms
|
11 |
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:165 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 351 |
SELECT SQL_NO_CACHE c.*, cl.*
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
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 15 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1.293
ms
|
169 |
Yes
|
Yes
|
/classes/Category.php:796
/modules/nrtmegamenu/nrtmegamenu.php:3915 (getNestedCategories)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 360 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 42) LIMIT 1 |
1.290
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 284 |
SELECT SQL_NO_CACHE c.*, cl.*
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
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 34 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1.274
ms
|
169 |
Yes
|
Yes
|
/classes/Category.php:796
/modules/nrtmegamenu/nrtmegamenu.php:3915 (getNestedCategories)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 238 |
SELECT SQL_NO_CACHE c.*, cl.*
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
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 53 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1.249
ms
|
169 |
Yes
|
Yes
|
/classes/Category.php:796
/modules/nrtmegamenu/nrtmegamenu.php:3915 (getNestedCategories)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE c.*, cl.*
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
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 68 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1.202
ms
|
169 |
Yes
|
Yes
|
/classes/Category.php:796
/modules/nrtmegamenu/nrtmegamenu.php:3915 (getNestedCategories)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 34 |
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.196
ms
|
119 |
|
|
/classes/module/Module.php:345
/modules/thecheckout/thecheckout.php:57 (__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:913 (getInstanceByName)
/classes/Dispatcher.php:507 (exec)
/index.php:28 (dispatch)
|
| 333 |
SELECT SQL_NO_CACHE c.*, cl.*
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
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 50 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1.181
ms
|
169 |
Yes
|
Yes
|
/classes/Category.php:796
/modules/nrtmegamenu/nrtmegamenu.php:3915 (getNestedCategories)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 432 |
SELECT SQL_NO_CACHE c.*, cl.*
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
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 20 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1.171
ms
|
15 |
Yes
|
Yes
|
/classes/Category.php:796
/modules/nrtmegamenu/nrtmegamenu.php:3915 (getNestedCategories)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 370 |
SELECT SQL_NO_CACHE c.*, cl.*
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
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 27 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1.147
ms
|
169 |
Yes
|
Yes
|
/classes/Category.php:796
/modules/nrtmegamenu/nrtmegamenu.php:3915 (getNestedCategories)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 359 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 41 AND `id_shop` = 1 |
1.131
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 311 |
SELECT SQL_NO_CACHE c.*, cl.*
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
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 54 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1.120
ms
|
169 |
Yes
|
Yes
|
/classes/Category.php:796
/modules/nrtmegamenu/nrtmegamenu.php:3915 (getNestedCategories)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 322 |
SELECT SQL_NO_CACHE c.*, cl.*
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
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 35 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1.106
ms
|
169 |
Yes
|
Yes
|
/classes/Category.php:796
/modules/nrtmegamenu/nrtmegamenu.php:3915 (getNestedCategories)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 192 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
1.104
ms
|
35 |
Yes
|
|
/classes/Manufacturer.php:211
/modules/ps_facetedsearch/src/Filters/Converter.php:286 (getManufacturers)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:165 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 250 |
SELECT SQL_NO_CACHE c.*, cl.*
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
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 32 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1.099
ms
|
169 |
Yes
|
Yes
|
/classes/Category.php:796
/modules/nrtmegamenu/nrtmegamenu.php:3915 (getNestedCategories)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 21 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1.050
ms
|
119 |
|
|
/classes/module/Module.php:345
/modules/smartblog/smartblog.php:58 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:27 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 381 |
SELECT SQL_NO_CACHE c.*, cl.*
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
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 16 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1.022
ms
|
169 |
Yes
|
Yes
|
/classes/Category.php:796
/modules/nrtmegamenu/nrtmegamenu.php:3915 (getNestedCategories)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 355 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 39 AND `id_shop` = 1 |
0.967
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 406 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_nrt_mega_menu` smm
LEFT JOIN `ps_nrt_mega_menu_lang` smml ON smm.`id_nrt_mega_menu`=smml.`id_nrt_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_nrt_mega_column`=13 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.`id_shop` IN (0, 1)
ORDER BY smm.`position` |
0.914
ms
|
27 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:207
/modules/nrtmegamenu/nrtmegamenu.php:3906 (getByColumnId)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 441 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_nrt_mega_menu` smm
LEFT JOIN `ps_nrt_mega_menu_lang` smml ON smm.`id_nrt_mega_menu`=smml.`id_nrt_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_nrt_mega_column`=16 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.`id_shop` IN (0, 1)
ORDER BY smm.`position` |
0.894
ms
|
27 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:207
/modules/nrtmegamenu/nrtmegamenu.php:3906 (getByColumnId)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 64 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 70) AND (b.`id_shop` = 1) LIMIT 1 |
0.885
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:209 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 199 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 16 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.881
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/core/document-types/post.php:225 (get_post_meta)
/modules/axoncreator/core/documents-manager.php:201 (__construct)
/modules/axoncreator/core/documents-manager.php:240 (get)
/modules/axoncreator/includes/frontend.php:871 (get_doc_for_frontend)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 419 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_nrt_mega_menu` smm
LEFT JOIN `ps_nrt_mega_menu_lang` smml ON smm.`id_nrt_mega_menu`=smml.`id_nrt_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_nrt_mega_column`=14 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.`id_shop` IN (0, 1)
ORDER BY smm.`position` |
0.867
ms
|
27 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:207
/modules/nrtmegamenu/nrtmegamenu.php:3906 (getByColumnId)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 450 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_nrt_mega_menu` smm
LEFT JOIN `ps_nrt_mega_menu_lang` smml ON smm.`id_nrt_mega_menu`=smml.`id_nrt_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_parent`=29 AND smm.`item_t`=4 AND smm.`active`=1 AND smm.`id_shop` IN (0, 1)
ORDER BY smm.`location`, smm.`position` |
0.855
ms
|
27 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:192
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:217 (getSub)
/modules/nrtmegamenu/nrtmegamenu.php:3988 (recurseTree)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 190 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'category'
AND id_category = 13
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.854
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:165 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 442 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_nrt_mega_menu` smm
LEFT JOIN `ps_nrt_mega_menu_lang` smml ON smm.`id_nrt_mega_menu`=smml.`id_nrt_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_parent`=27 AND smm.`item_t`=4 AND smm.`active`=1 AND smm.`id_shop` IN (0, 1)
ORDER BY smm.`location`, smm.`position` |
0.852
ms
|
27 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:192
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:217 (getSub)
/modules/nrtmegamenu/nrtmegamenu.php:3988 (recurseTree)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1 |
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
0.831
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)
|
| 443 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_nrt_mega_menu` smm
LEFT JOIN `ps_nrt_mega_menu_lang` smml ON smm.`id_nrt_mega_menu`=smml.`id_nrt_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_parent`=27 AND smm.`item_t`=5 AND smm.`active`=1 AND smm.`id_shop` IN (0, 1)
ORDER BY smm.`location`, smm.`position` |
0.815
ms
|
27 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:192
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:217 (getSub)
/modules/nrtmegamenu/nrtmegamenu.php:3994 (recurseTree)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 462 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 4 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.815
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/core/document-types/post.php:225 (get_post_meta)
/modules/axoncreator/core/documents-manager.php:201 (__construct)
/modules/axoncreator/core/documents-manager.php:240 (get)
/modules/axoncreator/includes/frontend.php:871 (get_doc_for_frontend)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 204 |
SELECT SQL_NO_CACHE c.*, cl.*
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
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 31 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.810
ms
|
16 |
Yes
|
Yes
|
/classes/Category.php:796
/modules/nrtmegamenu/nrtmegamenu.php:3915 (getNestedCategories)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 451 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_nrt_mega_menu` smm
LEFT JOIN `ps_nrt_mega_menu_lang` smml ON smm.`id_nrt_mega_menu`=smml.`id_nrt_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_parent`=29 AND smm.`item_t`=5 AND smm.`active`=1 AND smm.`id_shop` IN (0, 1)
ORDER BY smm.`location`, smm.`position` |
0.809
ms
|
27 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:192
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:217 (getSub)
/modules/nrtmegamenu/nrtmegamenu.php:3994 (recurseTree)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 69 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-11-11 00:00:00" AND date_to <= "2025-11-11 23:59:59") OR (date_from >= "2025-11-11 00:00:00" AND date_from <= "2025-11-11 23:59:59") OR (date_from < "2025-11-11 00:00:00" AND date_to > "2025-11-11 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.802
ms
|
2 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/Cart.php:3021 (getCustomerCartRules)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 430 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_nrt_mega_menu` smm
LEFT JOIN `ps_nrt_mega_menu_lang` smml ON smm.`id_nrt_mega_menu`=smml.`id_nrt_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_nrt_mega_column`=15 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.`id_shop` IN (0, 1)
ORDER BY smm.`position` |
0.802
ms
|
27 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:207
/modules/nrtmegamenu/nrtmegamenu.php:3906 (getByColumnId)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 446 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_nrt_mega_menu` smm
LEFT JOIN `ps_nrt_mega_menu_lang` smml ON smm.`id_nrt_mega_menu`=smml.`id_nrt_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_parent`=28 AND smm.`item_t`=4 AND smm.`active`=1 AND smm.`id_shop` IN (0, 1)
ORDER BY smm.`location`, smm.`position` |
0.798
ms
|
27 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:192
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:217 (getSub)
/modules/nrtmegamenu/nrtmegamenu.php:3988 (recurseTree)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'bernumode.lv' OR su.domain_ssl = 'bernumode.lv')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.796
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1363
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 447 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_nrt_mega_menu` smm
LEFT JOIN `ps_nrt_mega_menu_lang` smml ON smm.`id_nrt_mega_menu`=smml.`id_nrt_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_parent`=28 AND smm.`item_t`=5 AND smm.`active`=1 AND smm.`id_shop` IN (0, 1)
ORDER BY smm.`location`, smm.`position` |
0.768
ms
|
27 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:192
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:217 (getSub)
/modules/nrtmegamenu/nrtmegamenu.php:3994 (recurseTree)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 29 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_seo-rss"
OR m.page = "moduleets_seorss"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1 |
0.765
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:736 (getMetaByPage)
/override/classes/Dispatcher.php:28 (mergeRssRoute)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 147 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_post` a
LEFT JOIN `ps_axon_creator_post_lang` `b` ON a.`id_axon_creator_post` = b.`id_axon_creator_post` AND b.`id_lang` = 1
WHERE (a.`id_axon_creator_post` = 3) LIMIT 1 |
0.765
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/axoncreator/src/AxonCreatorPost.php:48 (__construct)
/modules/axoncreator/axoncreator.php:1096 (__construct)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-11-11 00:00:00" AND date_to <= "2025-11-11 23:59:59") OR (date_from >= "2025-11-11 00:00:00" AND date_from <= "2025-11-11 23:59:59") OR (date_from < "2025-11-11 00:00:00" AND date_to > "2025-11-11 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.760
ms
|
2 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/CartRule.php:564 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:443 (getDiscounts)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 68 |
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
0.746
ms
|
1 |
|
|
/classes/Cart.php:4191
/classes/Cart.php:4166 (hasProducts)
/classes/Cart.php:2117 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartPresenter.php:332 (getOrderTotal)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 27 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_seo-rss"
OR m.page = "moduleets_seorss"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.736
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:736 (getMetaByPage)
/override/classes/Dispatcher.php:28 (mergeRssRoute)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 183 |
SELECT SQL_NO_CACHE * FROM `ps_nrt_wishlist_product` WHERE `id_customer` = 0 AND `id_shop` = 1 |
0.730
ms
|
152 |
|
|
/modules/nrtwishlist/src/NrtWishlistProduct.php:65
/modules/nrtwishlist/nrtwishlist.php:104 (getWishlistProductsIds)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 25 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_seo-sitemap"
OR m.page = "moduleets_seositemap"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.715
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:759 (getMetaByPage)
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:730 (mergeSitemapRoute)
/override/classes/Dispatcher.php:28 (mergeRssRoute)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 471 |
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1 |
0.715
ms
|
3 |
|
|
/classes/Category.php:2239
/classes/Category.php:1555 (getCategoriesWithoutParent)
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/9c/ab/8d/9cab8daf0c3a05a46dbaebc28bb0dc1d5541536a_2.file.listing-1.tpl.php:191 (__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/bernumodelayouts_layout_full_width_tpl/9c/ab/8d/9cab8daf0c3a05a46dbaebc28bb0dc1d5541536a_2.file.listing-1.tpl.php:206 (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/bernumodelayouts_layout_full_width_tpl/9c/ab/8d/9cab8daf0c3a05a46dbaebc28bb0dc1d5541536a_2.file.listing-1.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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:419 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 116 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_post` a
LEFT JOIN `ps_axon_creator_post_lang` `b` ON a.`id_axon_creator_post` = b.`id_axon_creator_post` AND b.`id_lang` = 1
WHERE (a.`id_axon_creator_post` = 16) LIMIT 1 |
0.711
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/axoncreator/src/AxonCreatorPost.php:48 (__construct)
/modules/axoncreator/axoncreator.php:1075 (__construct)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 24 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_seo-sitemap"
OR m.page = "moduleets_seositemap"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.701
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:759 (getMetaByPage)
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:730 (mergeSitemapRoute)
/override/classes/Dispatcher.php:28 (mergeRssRoute)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 13 |
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.697
ms
|
3 |
|
|
/classes/Language.php:1185
/classes/Language.php:1474 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/override/classes/Dispatcher.php:271 (setRequestUri)
/classes/Dispatcher.php:232 (setRequestUri)
/override/classes/Dispatcher.php:27 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 57 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 31) AND (b.`id_shop` = 1) LIMIT 1 |
0.690
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:209 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 28 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_seo-rss"
OR m.page = "moduleets_seorss"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.687
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:736 (getMetaByPage)
/override/classes/Dispatcher.php:28 (mergeRssRoute)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 475 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 9 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.687
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/core/document-types/post.php:225 (get_post_meta)
/modules/axoncreator/core/documents-manager.php:201 (__construct)
/modules/axoncreator/core/documents-manager.php:240 (get)
/modules/axoncreator/includes/frontend.php:871 (get_doc_for_frontend)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/9c/ab/8d/9cab8daf0c3a05a46dbaebc28bb0dc1d5541536a_2.file.listing-1.tpl.php:191 (__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/bernumodelayouts_layout_full_width_tpl/9c/ab/8d/9cab8daf0c3a05a46dbaebc28bb0dc1d5541536a_2.file.listing-1.tpl.php:206 (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/bernumodelayouts_layout_full_width_tpl/9c/ab/8d/9cab8daf0c3a05a46dbaebc28bb0dc1d5541536a_2.file.listing-1.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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:419 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 474 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 4 AND c.`nright` >= 127 AND c.`nleft` >= 2 AND c.`nright` <= 343 ORDER BY `nleft` DESC |
0.687
ms
|
3 |
|
|
/classes/Category.php:1597
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/9c/ab/8d/9cab8daf0c3a05a46dbaebc28bb0dc1d5541536a_2.file.listing-1.tpl.php:191 (__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/bernumodelayouts_layout_full_width_tpl/9c/ab/8d/9cab8daf0c3a05a46dbaebc28bb0dc1d5541536a_2.file.listing-1.tpl.php:206 (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/bernumodelayouts_layout_full_width_tpl/9c/ab/8d/9cab8daf0c3a05a46dbaebc28bb0dc1d5541536a_2.file.listing-1.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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:419 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 62 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 32) AND (b.`id_shop` = 1) LIMIT 1 |
0.679
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:209 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 184 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_seo_category`
WHERE id_category = 13 AND id_shop = 1 AND id_lang = 1 LIMIT 1 |
0.677
ms
|
1 |
|
|
/modules/ets_seo/classes/EtsSeoCategory.php:240
/modules/ets_seo/ets_seo.php:3104 (getSeoCategory)
/modules/ets_seo/ets_seo.php:2249 (getSeoMetaDataArray)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 140 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_post` a
LEFT JOIN `ps_axon_creator_post_lang` `b` ON a.`id_axon_creator_post` = b.`id_axon_creator_post` AND b.`id_lang` = 1
WHERE (a.`id_axon_creator_post` = 4) LIMIT 1 |
0.675
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/axoncreator/src/AxonCreatorPost.php:48 (__construct)
/modules/axoncreator/axoncreator.php:1082 (__construct)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) AND (b.`id_shop` = 1) LIMIT 1 |
0.672
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/override/classes/Link.php:66 (getCategoryObject)
/classes/Link.php:1214 (getCategoryLink)
/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)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 404 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7) AND (b.`id_shop` = 1) LIMIT 1 |
0.672
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4225 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3901 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 26 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_seo-sitemap"
OR m.page = "moduleets_seositemap"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1 |
0.671
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:759 (getMetaByPage)
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:730 (mergeSitemapRoute)
/override/classes/Dispatcher.php:28 (mergeRssRoute)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 74 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) AND (b.`id_shop` = 1) LIMIT 1 |
0.664
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/override/classes/Link.php:66 (getCategoryObject)
/classes/Link.php:1214 (getCategoryLink)
/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)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 42 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.656
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/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'category'
AND bc.`key_related` = '13' LIMIT 1 |
0.656
ms
|
7 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1090
/modules/axoncreator/src/Wp_Helper.php:1551 (getRelatedByKey)
/modules/axoncreator/axoncreator.php:1405 (reset_post_var)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:1397 (getLayout)
/classes/controller/FrontController.php:1754 (getLayoutName)
/controllers/front/listing/CategoryController.php:269 (getTemplateVarPage)
/classes/controller/FrontController.php:506 (getTemplateVarPage)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 401 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 29) AND (b.`id_shop` = 1) LIMIT 1 |
0.654
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4225 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4199 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4001 (recurseLink)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 37 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) 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)
/controllers/front/listing/CategoryController.php:78 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 77 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.642
ms
|
18 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:361 (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)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 407 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 19) AND (b.`id_shop` = 1) LIMIT 1 |
0.640
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3912 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 38 |
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.639
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/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 448 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 25) AND (b.`id_shop` = 1) LIMIT 1 |
0.636
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4225 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4199 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4001 (recurseLink)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 455 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 170) AND (b.`id_shop` = 1) LIMIT 1 |
0.629
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4225 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3901 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 66 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 68) AND (b.`id_shop` = 1) LIMIT 1 |
0.629
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:209 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 59 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 53) AND (b.`id_shop` = 1) LIMIT 1 |
0.625
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:209 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 46 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.624
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/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 186 |
SELECT SQL_NO_CACHE id_cart_rule, reduction_amount
FROM ps_cart_rule
WHERE id_customer = 0
AND code = '5a82dccc8b268ccac61485903784478f' LIMIT 1 |
0.620
ms
|
2 |
|
|
/modules/psbonussystem/classes/ToolsBonus.php:295
/modules/psbonussystem/psbonussystem.php:648 (reductionAmount)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 444 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 24) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4225 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4199 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4001 (recurseLink)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 197 |
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="9f7697b4b8ffdeef80e19dd69a7524b1" LIMIT 1 |
0.617
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:186
/modules/ps_facetedsearch/src/Product/SearchProvider.php:212 (getFromCache)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 476 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 3 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.616
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/core/document-types/post.php:225 (get_post_meta)
/modules/axoncreator/core/documents-manager.php:201 (__construct)
/modules/axoncreator/core/documents-manager.php:240 (get)
/modules/axoncreator/includes/frontend.php:871 (get_doc_for_frontend)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cf/a1/95/cfa19553a41e9e3b85f6e38060146eb607ac59c6_2.file.footer.tpl.php:51 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a500a9859_47604975)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:246 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:427 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 420 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 28) AND (b.`id_shop` = 1) LIMIT 1 |
0.612
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3912 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/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.607
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)
|
| 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` = 3
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 124) LIMIT 1 |
0.597
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)
|
| 52 |
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.597
ms
|
3 |
|
|
/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/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 431 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 20) AND (b.`id_shop` = 1) LIMIT 1 |
0.593
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3912 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 22 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.591
ms
|
88 |
|
|
/classes/Hook.php:339
/classes/Hook.php:154 (getCanonicalHookNames)
/classes/Hook.php:363 (normalizeHookName)
/classes/Hook.php:386 (getAllKnownNames)
/classes/Hook.php:921 (isHookCallableOn)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:27 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 61 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.590
ms
|
18 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:214 (getImagesTypes)
/controllers/front/listing/CategoryController.php:232 (getImage)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 40 |
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.589
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/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 194 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) LIMIT 1 |
0.586
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:130 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:175 (initSearch)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 48 |
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.576
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:687 (getCurrencyInstance)
/classes/controller/FrontController.php:360 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 403 |
SELECT SQL_NO_CACHE *
FROM `ps_nrt_mega_column`
WHERE `id_nrt_mega_menu`=7 AND `active`=1
ORDER BY `position` |
0.575
ms
|
16 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaColumnClass.php:44
/modules/nrtmegamenu/nrtmegamenu.php:3897 (getAll)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 422 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 28) LIMIT 1 |
0.575
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 410 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 19 AND `id_shop` = 1 |
0.575
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 51 |
SELECT SQL_NO_CACHE *
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.571
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/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 452 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 30) AND (b.`id_shop` = 1) LIMIT 1 |
0.570
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4225 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4199 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4001 (recurseLink)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 411 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 45) LIMIT 1 |
0.566
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 80 |
SELECT SQL_NO_CACHE *
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` = 124) LIMIT 1 |
0.561
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)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 459 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.558
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/src/Adapter/Presenter/Cart/CartPresenter.php:92 (__construct)
/modules/nrtshoppingcart/nrtshoppingcart.php:192 (__construct)
/modules/nrtshoppingcart/nrtshoppingcart.php:207 (getWidgetVariables)
/modules/axoncreator/includes/widgets/axps-my-cart.php:521 (renderWidget)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 423 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 28 AND `id_shop` = 1 |
0.551
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 405 |
SELECT SQL_NO_CACHE cg.`id_group`
FROM `ps_category_group` cg
WHERE (cg.`id_category` = 7) |
0.550
ms
|
4 |
|
|
/classes/Category.php:1701
/modules/nrtmegamenu/nrtmegamenu.php:4228 (getGroups)
/modules/nrtmegamenu/nrtmegamenu.php:3901 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.549
ms
|
3 |
|
|
/classes/Language.php:1049
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
| 412 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 45 AND `id_shop` = 1 |
0.547
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 437 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 358 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 41) LIMIT 1 |
0.538
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 81 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 124 |
0.537
ms
|
3 |
|
|
/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)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.535
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)
|
| 427 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 66 AND `id_shop` = 1 |
0.535
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 418 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 73 AND `id_shop` = 1 |
0.534
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 440 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 61 AND `id_shop` = 1 |
0.534
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 424 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 65) LIMIT 1 |
0.533
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 |
0.532
ms
|
3 |
|
|
/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:687 (getCurrencyInstance)
/classes/controller/FrontController.php:360 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 31 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.529
ms
|
1 |
|
|
/classes/module/Module.php:2015
/classes/Hook.php:881 (getExceptionsStatic)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
| 466 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.529
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/src/Adapter/Presenter/Cart/CartPresenter.php:92 (__construct)
/modules/nrtshoppingcart/nrtshoppingcart.php:192 (__construct)
/modules/nrtshoppingcart/nrtshoppingcart.php:207 (getWidgetVariables)
/modules/axoncreator/includes/widgets/axps-my-cart.php:521 (renderWidget)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 409 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 19) LIMIT 1 |
0.527
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 416 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 49 AND `id_shop` = 1 |
0.527
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 368 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_nrt_mega_menu` smm
LEFT JOIN `ps_nrt_mega_menu_lang` smml ON smm.`id_nrt_mega_menu`=smml.`id_nrt_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_nrt_mega_column`=10 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.`id_shop` IN (0, 1)
ORDER BY smm.`position` |
0.524
ms
|
27 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:207
/modules/nrtmegamenu/nrtmegamenu.php:3906 (getByColumnId)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 449 |
SELECT SQL_NO_CACHE cg.`id_group`
FROM `ps_category_group` cg
WHERE (cg.`id_category` = 25) |
0.524
ms
|
4 |
|
|
/classes/Category.php:1701
/modules/nrtmegamenu/nrtmegamenu.php:4228 (getGroups)
/modules/nrtmegamenu/nrtmegamenu.php:4199 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4001 (recurseLink)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 41 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.522
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/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 357 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 40 AND `id_shop` = 1 |
0.520
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 320 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_nrt_mega_menu` smm
LEFT JOIN `ps_nrt_mega_menu_lang` smml ON smm.`id_nrt_mega_menu`=smml.`id_nrt_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_nrt_mega_column`=3 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.`id_shop` IN (0, 1)
ORDER BY smm.`position` |
0.519
ms
|
27 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:207
/modules/nrtmegamenu/nrtmegamenu.php:3906 (getByColumnId)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 433 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 20) LIMIT 1 |
0.518
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 237 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_nrt_mega_menu` smm
LEFT JOIN `ps_nrt_mega_menu_lang` smml ON smm.`id_nrt_mega_menu`=smml.`id_nrt_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_nrt_mega_column`=6 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.`id_shop` IN (0, 1)
ORDER BY smm.`position` |
0.516
ms
|
27 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:207
/modules/nrtmegamenu/nrtmegamenu.php:3906 (getByColumnId)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/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` = 3) LIMIT 1 |
0.514
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)
|
| 39 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.513
ms
|
3 |
|
|
/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/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 259 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_nrt_mega_menu` smm
LEFT JOIN `ps_nrt_mega_menu_lang` smml ON smm.`id_nrt_mega_menu`=smml.`id_nrt_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_nrt_mega_column`=8 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.`id_shop` IN (0, 1)
ORDER BY smm.`position` |
0.513
ms
|
27 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:207
/modules/nrtmegamenu/nrtmegamenu.php:3906 (getByColumnId)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 429 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 67 AND `id_shop` = 1 |
0.513
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 195 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 13 AND `id_shop` = 1 |
0.511
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:130 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:175 (initSearch)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 54 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 13 AND ctg.`id_group` = 1 LIMIT 1 |
0.511
ms
|
1 |
|
|
/classes/Category.php:1751
/controllers/front/listing/CategoryController.php:90 (checkAccess)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 428 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 67) LIMIT 1 |
0.511
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 19 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.510
ms
|
88 |
|
|
/classes/Hook.php:287
/classes/Hook.php:318 (getAllHookAliases)
/classes/Hook.php:710 (getHookAliasesFor)
/classes/Hook.php:803 (getHookModuleExecList)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:27 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 200 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_nrt_mega_menu` smm
LEFT JOIN `ps_nrt_mega_menu_lang` smml ON smm.`id_nrt_mega_menu`=smml.`id_nrt_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_parent`=0 AND smm.`item_t`=0 AND smm.`active`=1 AND smm.`id_shop` IN (0, 1)
ORDER BY smm.`location`, smm.`position` |
0.508
ms
|
27 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:192
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:217 (getSub)
/modules/nrtmegamenu/nrtmegamenu.php:3887 (recurseTree)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 436 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 59 AND `id_shop` = 1 |
0.508
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 356 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 40) LIMIT 1 |
0.506
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 282 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_nrt_mega_menu` smm
LEFT JOIN `ps_nrt_mega_menu_lang` smml ON smm.`id_nrt_mega_menu`=smml.`id_nrt_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_nrt_mega_column`=1 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.`id_shop` IN (0, 1)
ORDER BY smm.`position` |
0.506
ms
|
27 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:207
/modules/nrtmegamenu/nrtmegamenu.php:3906 (getByColumnId)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 415 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 49) LIMIT 1 |
0.504
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 434 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 20 AND `id_shop` = 1 |
0.504
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 45 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'RUB') LIMIT 1 |
0.504
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/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 426 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 66) LIMIT 1 |
0.502
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 413 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) LIMIT 1 |
0.502
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 417 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 73) LIMIT 1 |
0.501
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 349 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_nrt_mega_menu` smm
LEFT JOIN `ps_nrt_mega_menu_lang` smml ON smm.`id_nrt_mega_menu`=smml.`id_nrt_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_nrt_mega_column`=9 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.`id_shop` IN (0, 1)
ORDER BY smm.`position` |
0.501
ms
|
27 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:207
/modules/nrtmegamenu/nrtmegamenu.php:3906 (getByColumnId)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 402 |
SELECT SQL_NO_CACHE cg.`id_group`
FROM `ps_category_group` cg
WHERE (cg.`id_category` = 29) |
0.501
ms
|
4 |
|
|
/classes/Category.php:1701
/modules/nrtmegamenu/nrtmegamenu.php:4228 (getGroups)
/modules/nrtmegamenu/nrtmegamenu.php:4199 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4001 (recurseLink)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 438 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 60 AND `id_shop` = 1 |
0.500
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 425 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 65 AND `id_shop` = 1 |
0.499
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 414 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 47 AND `id_shop` = 1 |
0.495
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 185 |
SELECT SQL_NO_CACHE * FROM `ps_ets_seo_rating` WHERE page_type = 'category' AND id_page = 13 AND id_shop = 1 LIMIT 1 |
0.494
ms
|
0 |
|
|
/modules/ets_seo/classes/EtsSeoRating.php:123
/modules/ets_seo/classes/EtsSeoRating.php:148 (getRating)
/modules/ets_seo/ets_seo.php:2781 (getRatingConfig)
/modules/ets_seo/ets_seo.php:3357 (generateGraphWebData)
/modules/ets_seo/ets_seo.php:2292 (getSeoMetaData)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 468 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
0.493
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/9c/ab/8d/9cab8daf0c3a05a46dbaebc28bb0dc1d5541536a_2.file.listing-1.tpl.php:191 (__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/bernumodelayouts_layout_full_width_tpl/9c/ab/8d/9cab8daf0c3a05a46dbaebc28bb0dc1d5541536a_2.file.listing-1.tpl.php:206 (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/bernumodelayouts_layout_full_width_tpl/9c/ab/8d/9cab8daf0c3a05a46dbaebc28bb0dc1d5541536a_2.file.listing-1.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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:419 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 65 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.488
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 390 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_nrt_mega_menu` smm
LEFT JOIN `ps_nrt_mega_menu_lang` smml ON smm.`id_nrt_mega_menu`=smml.`id_nrt_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_nrt_mega_column`=12 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.`id_shop` IN (0, 1)
ORDER BY smm.`position` |
0.486
ms
|
27 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:207
/modules/nrtmegamenu/nrtmegamenu.php:3906 (getByColumnId)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 249 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_nrt_mega_menu` smm
LEFT JOIN `ps_nrt_mega_menu_lang` smml ON smm.`id_nrt_mega_menu`=smml.`id_nrt_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_nrt_mega_column`=7 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.`id_shop` IN (0, 1)
ORDER BY smm.`position` |
0.485
ms
|
27 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:207
/modules/nrtmegamenu/nrtmegamenu.php:3906 (getByColumnId)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 439 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 61) LIMIT 1 |
0.485
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 472 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 13 LIMIT 1 |
0.484
ms
|
1 |
|
|
/classes/Category.php:1582
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/9c/ab/8d/9cab8daf0c3a05a46dbaebc28bb0dc1d5541536a_2.file.listing-1.tpl.php:191 (__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/bernumodelayouts_layout_full_width_tpl/9c/ab/8d/9cab8daf0c3a05a46dbaebc28bb0dc1d5541536a_2.file.listing-1.tpl.php:206 (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/bernumodelayouts_layout_full_width_tpl/9c/ab/8d/9cab8daf0c3a05a46dbaebc28bb0dc1d5541536a_2.file.listing-1.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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:419 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.483
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)
|
| 309 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_nrt_mega_menu` smm
LEFT JOIN `ps_nrt_mega_menu_lang` smml ON smm.`id_nrt_mega_menu`=smml.`id_nrt_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_nrt_mega_column`=2 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.`id_shop` IN (0, 1)
ORDER BY smm.`position` |
0.481
ms
|
27 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:207
/modules/nrtmegamenu/nrtmegamenu.php:3906 (getByColumnId)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 50 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.481
ms
|
1 |
|
|
/classes/ObjectModel.php:1728
/classes/Tools.php:691 (isAssociatedToShop)
/classes/controller/FrontController.php:360 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 461 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.480
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/src/Adapter/Presenter/Cart/CartPresenter.php:92 (__construct)
/modules/nrtshoppingcart/nrtshoppingcart.php:192 (__construct)
/modules/nrtshoppingcart/nrtshoppingcart.php:207 (getWidgetVariables)
/modules/axoncreator/includes/widgets/axps-my-cart.php:521 (renderWidget)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 435 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 59) LIMIT 1 |
0.476
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE version FROM ps_module
WHERE name = 'omnivaltshipping' LIMIT 1 |
0.475
ms
|
1 |
|
|
/modules/omnivaltshipping/classes/OmnivaApi.php:53
/modules/omnivaltshipping/classes/OmnivaApi.php:46 (declareIntegrationAgent)
/modules/omnivaltshipping/omnivaltshipping.php:113 (__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:913 (getInstanceByName)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 55 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.475
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:198 (getImage)
/controllers/front/listing/CategoryController.php:99 (getTemplateVarCategory)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 67 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.475
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 454 |
SELECT SQL_NO_CACHE *
FROM `ps_nrt_mega_column`
WHERE `id_nrt_mega_menu`=8 AND `active`=1
ORDER BY `position` |
0.475
ms
|
16 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaColumnClass.php:44
/modules/nrtmegamenu/nrtmegamenu.php:3897 (getAll)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 379 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_nrt_mega_menu` smm
LEFT JOIN `ps_nrt_mega_menu_lang` smml ON smm.`id_nrt_mega_menu`=smml.`id_nrt_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_nrt_mega_column`=11 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.`id_shop` IN (0, 1)
ORDER BY smm.`position` |
0.474
ms
|
27 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:207
/modules/nrtmegamenu/nrtmegamenu.php:3906 (getByColumnId)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 33 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.471
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)
/index.php:28 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.469
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 445 |
SELECT SQL_NO_CACHE cg.`id_group`
FROM `ps_category_group` cg
WHERE (cg.`id_category` = 24) |
0.468
ms
|
4 |
|
|
/classes/Category.php:1701
/modules/nrtmegamenu/nrtmegamenu.php:4228 (getGroups)
/modules/nrtmegamenu/nrtmegamenu.php:4199 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4001 (recurseLink)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 457 |
SELECT SQL_NO_CACHE *
FROM `ps_nrt_mega_column`
WHERE `id_nrt_mega_menu`=9 AND `active`=1
ORDER BY `position` |
0.468
ms
|
16 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaColumnClass.php:44
/modules/nrtmegamenu/nrtmegamenu.php:3897 (getAll)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 464 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.468
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/src/Adapter/Presenter/Cart/CartPresenter.php:92 (__construct)
/modules/nrtshoppingcart/nrtshoppingcart.php:192 (__construct)
/modules/nrtshoppingcart/nrtshoppingcart.php:207 (getWidgetVariables)
/modules/axoncreator/includes/widgets/axps-my-cart.php:521 (renderWidget)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 47 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.463
ms
|
3 |
|
|
/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/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 166 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_post` a
LEFT JOIN `ps_axon_creator_post_lang` `b` ON a.`id_axon_creator_post` = b.`id_axon_creator_post` AND b.`id_lang` = 1
WHERE (a.`id_axon_creator_post` = 9) LIMIT 1 |
0.463
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/axoncreator/src/AxonCreatorPost.php:48 (__construct)
/modules/axoncreator/axoncreator.php:1113 (__construct)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 43 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.461
ms
|
3 |
|
|
/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/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 456 |
SELECT SQL_NO_CACHE cg.`id_group`
FROM `ps_category_group` cg
WHERE (cg.`id_category` = 170) |
0.461
ms
|
4 |
|
|
/classes/Category.php:1701
/modules/nrtmegamenu/nrtmegamenu.php:4228 (getGroups)
/modules/nrtmegamenu/nrtmegamenu.php:3901 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 76 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.457
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)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.456
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/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 11 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ets_seo" LIMIT 1 |
0.453
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/override/classes/Dispatcher.php:17 (isEnabled)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 15 |
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` = 1) LIMIT 1 |
0.453
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)
/override/classes/Dispatcher.php:27 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 44 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.452
ms
|
3 |
|
|
/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/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.452
ms
|
0 |
|
|
/classes/module/Module.php:2106
/classes/controller/FrontController.php:1613 (isEnabled)
/classes/controller/FrontController.php:1756 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:269 (getTemplateVarPage)
/classes/controller/FrontController.php:506 (getTemplateVarPage)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 78 |
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 124 LIMIT 1 |
0.451
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)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 79 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 124 LIMIT 1 |
0.451
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)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 331 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_nrt_mega_menu` smm
LEFT JOIN `ps_nrt_mega_menu_lang` smml ON smm.`id_nrt_mega_menu`=smml.`id_nrt_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_nrt_mega_column`=4 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.`id_shop` IN (0, 1)
ORDER BY smm.`position` |
0.450
ms
|
27 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:207
/modules/nrtmegamenu/nrtmegamenu.php:3906 (getByColumnId)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 63 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.450
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 187 |
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 1082 LIMIT 1 |
0.445
ms
|
1 |
|
|
/classes/Hook.php:244
/classes/Hook.php:867 (getNameById)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 453 |
SELECT SQL_NO_CACHE cg.`id_group`
FROM `ps_category_group` cg
WHERE (cg.`id_category` = 30) |
0.445
ms
|
4 |
|
|
/classes/Category.php:1701
/modules/nrtmegamenu/nrtmegamenu.php:4228 (getGroups)
/modules/nrtmegamenu/nrtmegamenu.php:4199 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4001 (recurseLink)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 198 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.443
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/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 189 |
SELECT SQL_NO_CACHE *
FROM `ps_log` a
WHERE (a.`id_log` = 0) LIMIT 1 |
0.443
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/unisendshipping/unisendshipping.php:85 (__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:913 (getInstanceByName)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 469 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1 |
0.442
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/9c/ab/8d/9cab8daf0c3a05a46dbaebc28bb0dc1d5541536a_2.file.listing-1.tpl.php:191 (__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/bernumodelayouts_layout_full_width_tpl/9c/ab/8d/9cab8daf0c3a05a46dbaebc28bb0dc1d5541536a_2.file.listing-1.tpl.php:206 (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/bernumodelayouts_layout_full_width_tpl/9c/ab/8d/9cab8daf0c3a05a46dbaebc28bb0dc1d5541536a_2.file.listing-1.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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:419 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.438
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)
|
| 72 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.437
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/CategoryController.php:269 (getTemplateVarPage)
/classes/controller/FrontController.php:506 (getTemplateVarPage)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.435
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 396 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_nrt_mega_menu` smm
LEFT JOIN `ps_nrt_mega_menu_lang` smml ON smm.`id_nrt_mega_menu`=smml.`id_nrt_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_parent`=22 AND smm.`item_t`=5 AND smm.`active`=1 AND smm.`id_shop` IN (0, 1)
ORDER BY smm.`location`, smm.`position` |
0.433
ms
|
27 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:192
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:217 (getSub)
/modules/nrtmegamenu/nrtmegamenu.php:3994 (recurseTree)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 392 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_nrt_mega_menu` smm
LEFT JOIN `ps_nrt_mega_menu_lang` smml ON smm.`id_nrt_mega_menu`=smml.`id_nrt_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_parent`=21 AND smm.`item_t`=5 AND smm.`active`=1 AND smm.`id_shop` IN (0, 1)
ORDER BY smm.`location`, smm.`position` |
0.420
ms
|
27 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:192
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:217 (getSub)
/modules/nrtmegamenu/nrtmegamenu.php:3994 (recurseTree)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 141 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.418
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
:undefined (__construct)
/modules/axoncreator/core/files/manager.php:56 (newInstanceArgs)
/modules/axoncreator/core/files/base.php:87 (get)
/modules/axoncreator/includes/frontend.php:807 (create)
/modules/axoncreator/axoncreator.php:1085 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 395 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_nrt_mega_menu` smm
LEFT JOIN `ps_nrt_mega_menu_lang` smml ON smm.`id_nrt_mega_menu`=smml.`id_nrt_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_parent`=22 AND smm.`item_t`=4 AND smm.`active`=1 AND smm.`id_shop` IN (0, 1)
ORDER BY smm.`location`, smm.`position` |
0.416
ms
|
27 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:192
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:217 (getSub)
/modules/nrtmegamenu/nrtmegamenu.php:3988 (recurseTree)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 292 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 87 AND `id_shop` = 1 |
0.414
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 391 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_nrt_mega_menu` smm
LEFT JOIN `ps_nrt_mega_menu_lang` smml ON smm.`id_nrt_mega_menu`=smml.`id_nrt_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_parent`=21 AND smm.`item_t`=4 AND smm.`active`=1 AND smm.`id_shop` IN (0, 1)
ORDER BY smm.`location`, smm.`position` |
0.409
ms
|
27 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:192
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:217 (getSub)
/modules/nrtmegamenu/nrtmegamenu.php:3988 (recurseTree)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 35 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "xps_checkout" LIMIT 1 |
0.409
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2081 (getModuleIdByName)
/modules/thecheckout/classes/Config.php:138 (isInstalled)
/modules/thecheckout/thecheckout.php:255 (__construct)
/modules/thecheckout/thecheckout.php:218 (setConfigOptions)
/modules/thecheckout/thecheckout.php:66 (initTheCheckout)
: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:913 (getInstanceByName)
/classes/Dispatcher.php:507 (exec)
/index.php:28 (dispatch)
|
| 354 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 39) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 399 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_nrt_mega_menu` smm
LEFT JOIN `ps_nrt_mega_menu_lang` smml ON smm.`id_nrt_mega_menu`=smml.`id_nrt_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_parent`=23 AND smm.`item_t`=4 AND smm.`active`=1 AND smm.`id_shop` IN (0, 1)
ORDER BY smm.`location`, smm.`position` |
0.405
ms
|
27 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:192
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:217 (getSub)
/modules/nrtmegamenu/nrtmegamenu.php:3988 (recurseTree)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 123 AND `id_shop` = 1 LIMIT 1 |
0.404
ms
|
1 |
|
|
/classes/module/Module.php:2106
/override/classes/Dispatcher.php:17 (isEnabled)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 473 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.403
ms
|
1 |
|
|
/classes/Category.php:1588
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/9c/ab/8d/9cab8daf0c3a05a46dbaebc28bb0dc1d5541536a_2.file.listing-1.tpl.php:191 (__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/bernumodelayouts_layout_full_width_tpl/9c/ab/8d/9cab8daf0c3a05a46dbaebc28bb0dc1d5541536a_2.file.listing-1.tpl.php:206 (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/bernumodelayouts_layout_full_width_tpl/9c/ab/8d/9cab8daf0c3a05a46dbaebc28bb0dc1d5541536a_2.file.listing-1.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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:419 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 3
AND id_shop = 1 LIMIT 1 |
0.396
ms
|
1 |
|
|
/classes/ObjectModel.php:1728
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
| 16 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.391
ms
|
1 |
|
|
/classes/ObjectModel.php:1728
/classes/Tools.php:641 (isAssociatedToShop)
/classes/Dispatcher.php:236 (switchLanguage)
/override/classes/Dispatcher.php:27 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 361 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 42 AND `id_shop` = 1 |
0.384
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'en' LIMIT 1 |
0.382
ms
|
3 |
|
|
/classes/Language.php:823
/classes/Tools.php:626 (getIdByIso)
/classes/Dispatcher.php:236 (switchLanguage)
/override/classes/Dispatcher.php:27 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 36 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "braintreeofficial" LIMIT 1 |
0.381
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2081 (getModuleIdByName)
/modules/thecheckout/classes/Config.php:138 (isInstalled)
/modules/thecheckout/thecheckout.php:255 (__construct)
/modules/thecheckout/thecheckout.php:218 (setConfigOptions)
/modules/thecheckout/thecheckout.php:66 (initTheCheckout)
: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:913 (getInstanceByName)
/classes/Dispatcher.php:507 (exec)
/index.php:28 (dispatch)
|
| 167 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.371
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
:undefined (__construct)
/modules/axoncreator/core/files/manager.php:56 (newInstanceArgs)
/modules/axoncreator/core/files/base.php:87 (get)
/modules/axoncreator/includes/frontend.php:807 (create)
/modules/axoncreator/axoncreator.php:1116 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 154 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayLeftColumn' LIMIT 1 |
0.369
ms
|
7 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1090
/modules/axoncreator/axoncreator.php:1107 (getRelatedByKey)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 203 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_nrt_mega_menu` smm
LEFT JOIN `ps_nrt_mega_menu_lang` smml ON smm.`id_nrt_mega_menu`=smml.`id_nrt_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_nrt_mega_column`=5 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.`id_shop` IN (0, 1)
ORDER BY smm.`position` |
0.367
ms
|
27 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:207
/modules/nrtmegamenu/nrtmegamenu.php:3906 (getByColumnId)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 173 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_post` a
LEFT JOIN `ps_axon_creator_post_lang` `b` ON a.`id_axon_creator_post` = b.`id_axon_creator_post` AND b.`id_lang` = 1
WHERE (a.`id_axon_creator_post` = 10) LIMIT 1 |
0.363
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/axoncreator/src/AxonCreatorPost.php:48 (__construct)
/modules/axoncreator/axoncreator.php:1120 (__construct)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 91 |
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.362
ms
|
2 |
|
|
/classes/Currency.php:1138
/classes/Currency.php:1155 (countActiveCurrencies)
/modules/axoncreator/axoncreator.php:2105 (isMultiCurrencyActivated)
/modules/axoncreator/axoncreator.php:975 (getListCurrencies)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 148 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.361
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
:undefined (__construct)
/modules/axoncreator/core/files/manager.php:56 (newInstanceArgs)
/modules/axoncreator/core/files/base.php:87 (get)
/modules/axoncreator/includes/frontend.php:807 (create)
/modules/axoncreator/axoncreator.php:1099 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 363 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 43 AND `id_shop` = 1 |
0.358
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 236 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 110 AND `id_shop` = 1 |
0.356
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 302 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 92 AND `id_shop` = 1 |
0.356
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 321 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 35) AND (b.`id_shop` = 1) LIMIT 1 |
0.354
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3912 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 332 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 50) AND (b.`id_shop` = 1) LIMIT 1 |
0.352
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3912 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 92 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.349
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/responsive/responsive.php:102 (get_breakpoints)
/modules/axoncreator/includes/settings/settings.php:715 (get_editable_breakpoints)
/modules/axoncreator/includes/plugin.php:572 (__construct)
/modules/axoncreator/includes/plugin.php:498 (init_components)
/modules/axoncreator/includes/plugin.php:639 (init)
/modules/axoncreator/includes/plugin.php:467 (__construct)
/modules/axoncreator/axoncreator.php:997 (instance)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 280 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 14) AND (b.`id_shop` = 1) LIMIT 1 |
0.347
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4225 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3901 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 283 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) AND (b.`id_shop` = 1) LIMIT 1 |
0.345
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3912 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 286 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 34 AND `id_shop` = 1 |
0.343
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 312 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 54) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 347 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6) AND (b.`id_shop` = 1) LIMIT 1 |
0.340
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4225 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3901 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 369 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 27) AND (b.`id_shop` = 1) LIMIT 1 |
0.340
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3912 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 83 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 4) AND (a0.`nright` > 127) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.338
ms
|
3 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/listing/CategoryController.php:239 (rewind)
/classes/controller/FrontController.php:1819 (getBreadcrumbLinks)
/classes/controller/FrontController.php:512 (getBreadcrumb)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 224 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 83 AND `id_shop` = 1 |
0.337
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 262 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 68 AND `id_shop` = 1 |
0.336
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 180 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.333
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/axoncreator/axoncreator.php:2167 (__construct)
/modules/axoncreator/includes/widgets/axps-products.php:121 (getCategories)
/modules/axoncreator/includes/widgets/axps-products.php:101 (_register_content_controls)
/modules/axoncreator/includes/base/controls-stack.php:1923 (_register_controls)
/modules/axoncreator/includes/base/controls-stack.php:510 (init_controls)
/modules/axoncreator/includes/base/widget-base.php:162 (get_stack)
/modules/axoncreator/includes/base/controls-stack.php:303 (get_stack)
/modules/axoncreator/includes/base/controls-stack.php:1958 (get_controls)
/modules/axoncreator/includes/base/controls-stack.php:1045 (sanitize_settings)
/modules/axoncreator/includes/base/controls-stack.php:1798 (get_data)
/modules/axoncreator/core/base/base-object.php:145 (get_init_settings)
/modules/axoncreator/core/base/base-object.php:53 (ensure_settings)
/modules/axoncreator/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1123 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 275 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 119) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 380 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 16) 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)
/modules/nrtmegamenu/nrtmegamenu.php:3912 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 288 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 85 AND `id_shop` = 1 |
0.330
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 393 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4225 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4199 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4001 (recurseLink)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 274 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 113 AND `id_shop` = 1 |
0.329
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 308 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 166 AND `id_shop` = 1 |
0.327
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 97 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_container_width' LIMIT 1 |
0.324
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/settings/general/manager.php:111 (get_option)
/modules/axoncreator/core/settings/base/manager.php:429 (get_saved_settings)
/modules/axoncreator/core/settings/base/manager.php:124 (create_model)
/modules/axoncreator/core/settings/general/manager.php:86 (get_model)
/modules/axoncreator/core/settings/manager.php:175 (get_model_for_config)
/modules/axoncreator/includes/frontend.php:1099 (get_settings_frontend_config)
/modules/axoncreator/axoncreator.php:997 (get_init_settings)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 150 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 3 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
0.324
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/core/files/css/post.php:122 (get_post_meta)
/modules/axoncreator/core/files/base.php:224 (load_meta)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1099 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 297 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 90) LIMIT 1 |
0.323
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 240 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 53 AND `id_shop` = 1 |
0.322
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 117 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.321
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
:undefined (__construct)
/modules/axoncreator/core/files/manager.php:56 (newInstanceArgs)
/modules/axoncreator/core/files/base.php:87 (get)
/modules/axoncreator/includes/frontend.php:807 (create)
/modules/axoncreator/axoncreator.php:1078 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 350 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) AND (b.`id_shop` = 1) LIMIT 1 |
0.320
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3912 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 353 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 15 AND `id_shop` = 1 |
0.320
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 296 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 89 AND `id_shop` = 1 |
0.319
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 300 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 91 AND `id_shop` = 1 |
0.318
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 346 |
SELECT SQL_NO_CACHE *
FROM `ps_nrt_mega_column`
WHERE `id_nrt_mega_menu`=6 AND `active`=1
ORDER BY `position` |
0.317
ms
|
16 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaColumnClass.php:44
/modules/nrtmegamenu/nrtmegamenu.php:3897 (getAll)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 276 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 119 AND `id_shop` = 1 |
0.317
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 294 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 88 AND `id_shop` = 1 |
0.317
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 281 |
SELECT SQL_NO_CACHE cg.`id_group`
FROM `ps_category_group` cg
WHERE (cg.`id_category` = 14) |
0.316
ms
|
4 |
|
|
/classes/Category.php:1701
/modules/nrtmegamenu/nrtmegamenu.php:4228 (getGroups)
/modules/nrtmegamenu/nrtmegamenu.php:3901 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 287 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 85) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 366 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 72) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 110 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.316
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
:undefined (__construct)
/modules/axoncreator/core/files/manager.php:56 (newInstanceArgs)
/modules/axoncreator/core/files/base.php:87 (get)
/modules/axoncreator/includes/frontend.php:792 (create)
/modules/axoncreator/axoncreator.php:1013 (parse_global_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 242 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 96 AND `id_shop` = 1 |
0.316
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 291 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 87) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 256 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 106 AND `id_shop` = 1 |
0.315
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 298 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 90 AND `id_shop` = 1 |
0.314
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 324 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 35 AND `id_shop` = 1 |
0.314
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 397 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 26) AND (b.`id_shop` = 1) LIMIT 1 |
0.314
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4225 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4199 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4001 (recurseLink)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 232 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 108 AND `id_shop` = 1 |
0.313
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 304 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 93 AND `id_shop` = 1 |
0.312
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 264 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 69 AND `id_shop` = 1 |
0.311
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.311
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/includes/frontend.php:1092 (get_breakpoints)
/modules/axoncreator/axoncreator.php:997 (get_init_settings)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 174 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.311
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
:undefined (__construct)
/modules/axoncreator/core/files/manager.php:56 (newInstanceArgs)
/modules/axoncreator/core/files/base.php:87 (get)
/modules/axoncreator/includes/frontend.php:807 (create)
/modules/axoncreator/axoncreator.php:1123 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 343 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 162 AND `id_shop` = 1 |
0.311
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 228 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 84 AND `id_shop` = 1 |
0.310
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 477 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "nrtcookielaw" LIMIT 1 |
0.310
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:272 (__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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:439 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 378 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 64 AND `id_shop` = 1 |
0.309
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 234 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 109 AND `id_shop` = 1 |
0.309
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 261 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 68) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 123 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_disable_color_schemes' LIMIT 1 |
0.308
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/includes/managers/schemes.php:310 (get_option)
/modules/axoncreator/includes/elements/section.php:1100 (get_enabled_schemes)
/modules/axoncreator/includes/base/controls-stack.php:1923 (_register_controls)
/modules/axoncreator/includes/base/controls-stack.php:510 (init_controls)
/modules/axoncreator/includes/base/controls-stack.php:303 (get_stack)
/modules/axoncreator/includes/base/controls-stack.php:1958 (get_controls)
/modules/axoncreator/includes/base/controls-stack.php:1045 (sanitize_settings)
/modules/axoncreator/includes/base/controls-stack.php:1798 (get_data)
/modules/axoncreator/core/base/base-object.php:145 (get_init_settings)
/modules/axoncreator/core/base/base-object.php:53 (ensure_settings)
/modules/axoncreator/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1078 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 290 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 86 AND `id_shop` = 1 |
0.308
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 319 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 101 AND `id_shop` = 1 |
0.308
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 233 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 109) LIMIT 1 |
0.307
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 306 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 161 AND `id_shop` = 1 |
0.307
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 168 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.306
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
:undefined (__construct)
/modules/axoncreator/core/files/manager.php:56 (newInstanceArgs)
/modules/axoncreator/core/files/base.php:87 (get)
/modules/axoncreator/includes/frontend.php:807 (create)
/modules/axoncreator/axoncreator.php:1116 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 248 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 111 AND `id_shop` = 1 |
0.306
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 299 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 91) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 341 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 120 AND `id_shop` = 1 |
0.306
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 375 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 63) LIMIT 1 |
0.305
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 246 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 98 AND `id_shop` = 1 |
0.304
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 328 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 103 AND `id_shop` = 1 |
0.304
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 244 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 97 AND `id_shop` = 1 |
0.303
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 258 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 55 AND `id_shop` = 1 |
0.303
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 293 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 88) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 313 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 54 AND `id_shop` = 1 |
0.303
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 314 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 99) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 327 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 103) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 252 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 32 AND `id_shop` = 1 |
0.302
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 285 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 295 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 89) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 335 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 50 AND `id_shop` = 1 |
0.301
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 371 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 27) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 178 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.300
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:40 (__construct)
/modules/axoncreator/core/dynamic-tags/manager.php:432 (__construct)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1123 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 367 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 72 AND `id_shop` = 1 |
0.300
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 316 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 100) LIMIT 1 |
0.300
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 144 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.299
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:40 (__construct)
/modules/axoncreator/core/dynamic-tags/manager.php:432 (__construct)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1085 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 235 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 110) LIMIT 1 |
0.299
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 239 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 53) LIMIT 1 |
0.299
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 115 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = '_elementor_settings_update_time' LIMIT 1 |
0.298
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/files/css/global-css.php:116 (get_option)
/modules/axoncreator/core/files/css/base.php:224 (is_update_required)
/modules/axoncreator/includes/frontend.php:794 (enqueue)
/modules/axoncreator/axoncreator.php:1013 (parse_global_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 230 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 107 AND `id_shop` = 1 |
0.298
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 337 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 37 AND `id_shop` = 1 |
0.298
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.297
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:40 (__construct)
/modules/axoncreator/core/dynamic-tags/manager.php:432 (__construct)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1099 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 278 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 165 AND `id_shop` = 1 |
0.297
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 315 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 99 AND `id_shop` = 1 |
0.297
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 384 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 56) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 120 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.297
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:40 (__construct)
/modules/axoncreator/core/dynamic-tags/manager.php:432 (__construct)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1078 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 104 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_lightbox_ui_color' LIMIT 1 |
0.296
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/settings/general/manager.php:111 (get_option)
/modules/axoncreator/core/settings/base/manager.php:429 (get_saved_settings)
/modules/axoncreator/core/settings/base/manager.php:124 (create_model)
/modules/axoncreator/core/settings/general/manager.php:86 (get_model)
/modules/axoncreator/core/settings/manager.php:175 (get_model_for_config)
/modules/axoncreator/includes/frontend.php:1099 (get_settings_frontend_config)
/modules/axoncreator/axoncreator.php:997 (get_init_settings)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 277 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 165) LIMIT 1 |
0.296
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 329 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 104) LIMIT 1 |
0.296
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 254 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 105 AND `id_shop` = 1 |
0.295
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 374 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 62 AND `id_shop` = 1 |
0.295
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 94 AND `id_shop` = 1 |
0.294
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 345 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 164 AND `id_shop` = 1 |
0.294
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 109 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_allow_svg' LIMIT 1 |
0.293
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/files/assets/svg/svg-handler.php:54 (get_option)
/modules/axoncreator/core/files/assets/svg/svg-handler.php:718 (is_svg_uploads_enabled)
/modules/axoncreator/includes/controls/icons.php:124 (is_enabled)
/modules/axoncreator/includes/controls/base.php:86 (get_default_settings)
/modules/axoncreator/includes/managers/controls.php:449 (__construct)
/modules/axoncreator/includes/managers/controls.php:523 (register_controls)
/modules/axoncreator/includes/managers/controls.php:542 (get_controls)
/modules/axoncreator/includes/managers/controls.php:699 (get_control)
/modules/axoncreator/includes/base/controls-stack.php:435 (add_control_to_stack)
/modules/axoncreator/includes/base/controls-stack.php:1387 (add_control)
/modules/axoncreator/core/settings/general/model.php:211 (start_controls_section)
/modules/axoncreator/includes/base/controls-stack.php:1923 (_register_controls)
/modules/axoncreator/includes/base/controls-stack.php:510 (init_controls)
/modules/axoncreator/includes/base/controls-stack.php:303 (get_stack)
/modules/axoncreator/includes/base/controls-stack.php:1958 (get_controls)
/modules/axoncreator/includes/base/controls-stack.php:1045 (sanitize_settings)
/modules/axoncreator/includes/base/controls-stack.php:1798 (get_data)
/modules/axoncreator/core/base/base-object.php:145 (get_init_settings)
/modules/axoncreator/core/base/base-object.php:53 (ensure_settings)
/modules/axoncreator/includes/base/controls-stack.php:358 (get_settings)
/modules/axoncreator/includes/base/controls-stack.php:1087 (get_controls_settings)
/modules/axoncreator/includes/base/controls-stack.php:1220 (get_active_settings)
/modules/axoncreator/core/settings/manager.php:178 (get_frontend_settings)
/modules/axoncreator/includes/frontend.php:1099 (get_settings_frontend_config)
/modules/axoncreator/axoncreator.php:997 (get_init_settings)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 266 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 33 AND `id_shop` = 1 |
0.293
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 270 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 95 AND `id_shop` = 1 |
0.293
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 323 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 35) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 326 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 102 AND `id_shop` = 1 |
0.293
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 382 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 16) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 171 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.292
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:40 (__construct)
/modules/axoncreator/core/dynamic-tags/manager.php:432 (__construct)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1116 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 372 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 27 AND `id_shop` = 1 |
0.292
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 383 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 16 AND `id_shop` = 1 |
0.292
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 251 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 32) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 272 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 112 AND `id_shop` = 1 |
0.291
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 119 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 16 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
0.290
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/core/files/css/post.php:122 (get_post_meta)
/modules/axoncreator/core/files/base.php:224 (load_meta)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1078 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 175 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.289
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
:undefined (__construct)
/modules/axoncreator/core/files/manager.php:56 (newInstanceArgs)
/modules/axoncreator/core/files/base.php:87 (get)
/modules/axoncreator/includes/frontend.php:807 (create)
/modules/axoncreator/axoncreator.php:1123 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 365 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 44 AND `id_shop` = 1 |
0.289
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_space_between_widgets' LIMIT 1 |
0.288
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/settings/general/manager.php:111 (get_option)
/modules/axoncreator/core/settings/base/manager.php:429 (get_saved_settings)
/modules/axoncreator/core/settings/base/manager.php:124 (create_model)
/modules/axoncreator/core/settings/general/manager.php:86 (get_model)
/modules/axoncreator/core/settings/manager.php:175 (get_model_for_config)
/modules/axoncreator/includes/frontend.php:1099 (get_settings_frontend_config)
/modules/axoncreator/axoncreator.php:997 (get_init_settings)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 102 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_enable_lightbox_in_editor' LIMIT 1 |
0.288
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/settings/general/manager.php:111 (get_option)
/modules/axoncreator/core/settings/base/manager.php:429 (get_saved_settings)
/modules/axoncreator/core/settings/base/manager.php:124 (create_model)
/modules/axoncreator/core/settings/general/manager.php:86 (get_model)
/modules/axoncreator/core/settings/manager.php:175 (get_model_for_config)
/modules/axoncreator/includes/frontend.php:1099 (get_settings_frontend_config)
/modules/axoncreator/axoncreator.php:997 (get_init_settings)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 149 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.288
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
:undefined (__construct)
/modules/axoncreator/core/files/manager.php:56 (newInstanceArgs)
/modules/axoncreator/core/files/base.php:87 (get)
/modules/axoncreator/includes/frontend.php:807 (create)
/modules/axoncreator/axoncreator.php:1099 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 226 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 82 AND `id_shop` = 1 |
0.288
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 289 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 86) LIMIT 1 |
0.288
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 95 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.287
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/includes/frontend.php:1092 (get_breakpoints)
/modules/axoncreator/axoncreator.php:997 (get_init_settings)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 101 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_global_image_lightbox' LIMIT 1 |
0.287
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/settings/general/manager.php:111 (get_option)
/modules/axoncreator/core/settings/base/manager.php:429 (get_saved_settings)
/modules/axoncreator/core/settings/base/manager.php:124 (create_model)
/modules/axoncreator/core/settings/general/manager.php:86 (get_model)
/modules/axoncreator/core/settings/manager.php:175 (get_model_for_config)
/modules/axoncreator/includes/frontend.php:1099 (get_settings_frontend_config)
/modules/axoncreator/axoncreator.php:997 (get_init_settings)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 146 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 4 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.287
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/core/document-types/post.php:225 (get_post_meta)
/modules/axoncreator/core/documents-manager.php:201 (__construct)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:72 (get)
/modules/axoncreator/core/files/css/post.php:180 (get_data)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1085 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 334 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 50) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 362 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 43) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 377 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 64) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 142 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.287
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
:undefined (__construct)
/modules/axoncreator/core/files/manager.php:56 (newInstanceArgs)
/modules/axoncreator/core/files/base.php:87 (get)
/modules/axoncreator/includes/frontend.php:807 (create)
/modules/axoncreator/axoncreator.php:1085 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.286
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/responsive/responsive.php:102 (get_breakpoints)
/modules/axoncreator/includes/settings/settings.php:715 (get_editable_breakpoints)
/modules/axoncreator/includes/plugin.php:572 (__construct)
/modules/axoncreator/includes/plugin.php:498 (init_components)
/modules/axoncreator/includes/plugin.php:639 (init)
/modules/axoncreator/includes/plugin.php:467 (__construct)
/modules/axoncreator/axoncreator.php:997 (instance)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 273 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 113) LIMIT 1 |
0.286
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 279 |
SELECT SQL_NO_CACHE *
FROM `ps_nrt_mega_column`
WHERE `id_nrt_mega_menu`=2 AND `active`=1
ORDER BY `position` |
0.286
ms
|
16 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaColumnClass.php:44
/modules/nrtmegamenu/nrtmegamenu.php:3897 (getAll)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 245 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 98) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 124 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_disable_typography_schemes' LIMIT 1 |
0.284
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/includes/managers/schemes.php:310 (get_option)
/modules/axoncreator/includes/elements/section.php:1100 (get_enabled_schemes)
/modules/axoncreator/includes/base/controls-stack.php:1923 (_register_controls)
/modules/axoncreator/includes/base/controls-stack.php:510 (init_controls)
/modules/axoncreator/includes/base/controls-stack.php:303 (get_stack)
/modules/axoncreator/includes/base/controls-stack.php:1958 (get_controls)
/modules/axoncreator/includes/base/controls-stack.php:1045 (sanitize_settings)
/modules/axoncreator/includes/base/controls-stack.php:1798 (get_data)
/modules/axoncreator/core/base/base-object.php:145 (get_init_settings)
/modules/axoncreator/core/base/base-object.php:53 (ensure_settings)
/modules/axoncreator/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1078 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 265 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 33) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 339 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 36 AND `id_shop` = 1 |
0.284
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 364 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 44) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 225 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 82) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 301 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 92) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 318 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 101) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 177 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.282
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:40 (__construct)
/modules/axoncreator/core/dynamic-tags/manager.php:432 (__construct)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1123 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 241 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 96) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 336 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 37) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 243 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 97) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 376 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 63 AND `id_shop` = 1 |
0.281
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 348 |
SELECT SQL_NO_CACHE cg.`id_group`
FROM `ps_category_group` cg
WHERE (cg.`id_category` = 6) |
0.280
ms
|
4 |
|
|
/classes/Category.php:1701
/modules/nrtmegamenu/nrtmegamenu.php:4228 (getGroups)
/modules/nrtmegamenu/nrtmegamenu.php:3901 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 373 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 62) LIMIT 1 |
0.280
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 385 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 56 AND `id_shop` = 1 |
0.279
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 155 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayRightColumn' LIMIT 1 |
0.278
ms
|
7 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1090
/modules/axoncreator/axoncreator.php:1107 (getRelatedByKey)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 317 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 100 AND `id_shop` = 1 |
0.278
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 344 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 164) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 394 |
SELECT SQL_NO_CACHE cg.`id_group`
FROM `ps_category_group` cg
WHERE (cg.`id_category` = 23) |
0.278
ms
|
4 |
|
|
/classes/Category.php:1701
/modules/nrtmegamenu/nrtmegamenu.php:4228 (getGroups)
/modules/nrtmegamenu/nrtmegamenu.php:4199 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4001 (recurseLink)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 263 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 69) LIMIT 1 |
0.277
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 179 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 10 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.277
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/core/document-types/post.php:225 (get_post_meta)
/modules/axoncreator/core/documents-manager.php:201 (__construct)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:72 (get)
/modules/axoncreator/core/files/css/post.php:180 (get_data)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1123 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 216 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 79 AND `id_shop` = 1 |
0.276
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 330 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 104 AND `id_shop` = 1 |
0.275
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 255 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 106) LIMIT 1 |
0.274
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 387 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 57 AND `id_shop` = 1 |
0.274
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 388 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 58) LIMIT 1 |
0.274
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_default_generic_fonts' LIMIT 1 |
0.273
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/settings/general/manager.php:111 (get_option)
/modules/axoncreator/core/settings/base/manager.php:429 (get_saved_settings)
/modules/axoncreator/core/settings/base/manager.php:124 (create_model)
/modules/axoncreator/core/settings/general/manager.php:86 (get_model)
/modules/axoncreator/core/settings/manager.php:175 (get_model_for_config)
/modules/axoncreator/includes/frontend.php:1099 (get_settings_frontend_config)
/modules/axoncreator/axoncreator.php:997 (get_init_settings)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 398 |
SELECT SQL_NO_CACHE cg.`id_group`
FROM `ps_category_group` cg
WHERE (cg.`id_category` = 26) |
0.273
ms
|
4 |
|
|
/classes/Category.php:1701
/modules/nrtmegamenu/nrtmegamenu.php:4228 (getGroups)
/modules/nrtmegamenu/nrtmegamenu.php:4199 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4001 (recurseLink)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.272
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:40 (__construct)
/modules/axoncreator/core/dynamic-tags/manager.php:432 (__construct)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1085 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 165 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'display404PageBuilder' LIMIT 1 |
0.272
ms
|
7 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1090
/modules/axoncreator/axoncreator.php:1107 (getRelatedByKey)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 172 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 9 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.272
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/core/document-types/post.php:225 (get_post_meta)
/modules/axoncreator/core/documents-manager.php:201 (__construct)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:72 (get)
/modules/axoncreator/core/files/css/post.php:180 (get_data)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1116 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 205 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 31) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 231 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 108) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 257 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 55) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 389 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 58 AND `id_shop` = 1 |
0.272
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 325 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 102) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 386 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 57) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayProductAccessories' LIMIT 1 |
0.271
ms
|
7 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1090
/modules/axoncreator/axoncreator.php:1107 (getRelatedByKey)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 253 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 105) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 267 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 94) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 269 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 95) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 303 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 93) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 99 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_stretched_section_container' LIMIT 1 |
0.269
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/settings/general/manager.php:111 (get_option)
/modules/axoncreator/core/settings/base/manager.php:429 (get_saved_settings)
/modules/axoncreator/core/settings/base/manager.php:124 (create_model)
/modules/axoncreator/core/settings/general/manager.php:86 (get_model)
/modules/axoncreator/core/settings/manager.php:175 (get_model_for_config)
/modules/axoncreator/includes/frontend.php:1099 (get_settings_frontend_config)
/modules/axoncreator/axoncreator.php:997 (get_init_settings)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 160 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayRightColumnProduct' LIMIT 1 |
0.269
ms
|
7 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1090
/modules/axoncreator/axoncreator.php:1107 (getRelatedByKey)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 163 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayProductSummary' LIMIT 1 |
0.269
ms
|
7 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1090
/modules/axoncreator/axoncreator.php:1107 (getRelatedByKey)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 227 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 84) LIMIT 1 |
0.269
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 338 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 36) LIMIT 1 |
0.269
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 340 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 120) LIMIT 1 |
0.268
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 125 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_disable_colorpicker_schemes' LIMIT 1 |
0.268
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/includes/managers/schemes.php:310 (get_option)
/modules/axoncreator/includes/elements/section.php:1100 (get_enabled_schemes)
/modules/axoncreator/includes/base/controls-stack.php:1923 (_register_controls)
/modules/axoncreator/includes/base/controls-stack.php:510 (init_controls)
/modules/axoncreator/includes/base/controls-stack.php:303 (get_stack)
/modules/axoncreator/includes/base/controls-stack.php:1958 (get_controls)
/modules/axoncreator/includes/base/controls-stack.php:1045 (sanitize_settings)
/modules/axoncreator/includes/base/controls-stack.php:1798 (get_data)
/modules/axoncreator/core/base/base-object.php:145 (get_init_settings)
/modules/axoncreator/core/base/base-object.php:53 (ensure_settings)
/modules/axoncreator/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1078 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 153 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 3 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.268
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/core/document-types/post.php:225 (get_post_meta)
/modules/axoncreator/core/documents-manager.php:201 (__construct)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:72 (get)
/modules/axoncreator/core/files/css/post.php:180 (get_data)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1099 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 307 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 166) LIMIT 1 |
0.268
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 229 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 107) LIMIT 1 |
0.267
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 247 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 111) LIMIT 1 |
0.267
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 342 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 162) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 122 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 16 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.266
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/core/document-types/post.php:225 (get_post_meta)
/modules/axoncreator/core/documents-manager.php:201 (__construct)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:72 (get)
/modules/axoncreator/core/files/css/post.php:180 (get_data)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1078 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 151 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.265
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:40 (__construct)
/modules/axoncreator/core/dynamic-tags/manager.php:432 (__construct)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1099 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 305 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 161) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 170 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.264
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:40 (__construct)
/modules/axoncreator/core/dynamic-tags/manager.php:432 (__construct)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1116 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 271 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 112) LIMIT 1 |
0.264
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 87 |
SELECT SQL_NO_CACHE * FROM `ps_nrt_custom_fonts` WHERE `active` = 1 GROUP BY title |
0.264
ms
|
1 |
|
Yes
|
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3853
/modules/nrtthemecustomizer/nrtthemecustomizer.php:2766 (get_fonts)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3213 (StandardFont)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:2987 (renderOptions)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3246 (_prepHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 111 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.264
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
:undefined (__construct)
/modules/axoncreator/core/files/manager.php:56 (newInstanceArgs)
/modules/axoncreator/core/files/base.php:87 (get)
/modules/axoncreator/includes/frontend.php:792 (create)
/modules/axoncreator/axoncreator.php:1013 (parse_global_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 114 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = '_elementor_scheme_last_updated' LIMIT 1 |
0.264
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/files/css/global-css.php:110 (get_option)
/modules/axoncreator/core/files/css/base.php:224 (is_update_required)
/modules/axoncreator/includes/frontend.php:794 (enqueue)
/modules/axoncreator/axoncreator.php:1013 (parse_global_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 75) LIMIT 1 |
0.263
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.263
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
:undefined (__construct)
/modules/axoncreator/core/files/manager.php:56 (newInstanceArgs)
/modules/axoncreator/core/files/base.php:87 (get)
/modules/axoncreator/includes/frontend.php:807 (create)
/modules/axoncreator/axoncreator.php:1078 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 105 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_lightbox_ui_color_hover' LIMIT 1 |
0.262
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/settings/general/manager.php:111 (get_option)
/modules/axoncreator/core/settings/base/manager.php:429 (get_saved_settings)
/modules/axoncreator/core/settings/base/manager.php:124 (create_model)
/modules/axoncreator/core/settings/general/manager.php:86 (get_model)
/modules/axoncreator/core/settings/manager.php:175 (get_model_for_config)
/modules/axoncreator/includes/frontend.php:1099 (get_settings_frontend_config)
/modules/axoncreator/axoncreator.php:997 (get_init_settings)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 158 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayFooterProduct' LIMIT 1 |
0.260
ms
|
7 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1090
/modules/axoncreator/axoncreator.php:1107 (getRelatedByKey)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 103 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_lightbox_color' LIMIT 1 |
0.260
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/settings/general/manager.php:111 (get_option)
/modules/axoncreator/core/settings/base/manager.php:429 (get_saved_settings)
/modules/axoncreator/core/settings/base/manager.php:124 (create_model)
/modules/axoncreator/core/settings/general/manager.php:86 (get_model)
/modules/axoncreator/core/settings/manager.php:175 (get_model_for_config)
/modules/axoncreator/includes/frontend.php:1099 (get_settings_frontend_config)
/modules/axoncreator/axoncreator.php:997 (get_init_settings)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_page_title_selector' LIMIT 1 |
0.259
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/settings/general/manager.php:111 (get_option)
/modules/axoncreator/core/settings/base/manager.php:429 (get_saved_settings)
/modules/axoncreator/core/settings/base/manager.php:124 (create_model)
/modules/axoncreator/core/settings/general/manager.php:86 (get_model)
/modules/axoncreator/core/settings/manager.php:175 (get_model_for_config)
/modules/axoncreator/includes/frontend.php:1099 (get_settings_frontend_config)
/modules/axoncreator/axoncreator.php:997 (get_init_settings)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 223 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 83) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.259
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:40 (__construct)
/modules/axoncreator/core/dynamic-tags/manager.php:432 (__construct)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1078 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 161 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayContactPageBuilder' LIMIT 1 |
0.258
ms
|
7 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1090
/modules/axoncreator/axoncreator.php:1107 (getRelatedByKey)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 4 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
0.255
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/core/files/css/post.php:122 (get_post_meta)
/modules/axoncreator/core/files/base.php:224 (load_meta)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1085 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 201 |
SELECT SQL_NO_CACHE *
FROM `ps_nrt_mega_column`
WHERE `id_nrt_mega_menu`=1 AND `active`=1
ORDER BY `position` |
0.250
ms
|
16 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaColumnClass.php:44
/modules/nrtmegamenu/nrtmegamenu.php:3897 (getAll)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 112 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = '_elementor_global_css' LIMIT 1 |
0.248
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/files/base.php:249 (get_option)
/modules/axoncreator/core/files/base.php:224 (load_meta)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/includes/frontend.php:794 (enqueue)
/modules/axoncreator/axoncreator.php:1013 (parse_global_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 215 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 79) LIMIT 1 |
0.248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 157 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayProductSameCategory' LIMIT 1 |
0.244
ms
|
7 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1090
/modules/axoncreator/axoncreator.php:1107 (getRelatedByKey)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 208 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 75 AND `id_shop` = 1 |
0.242
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 213 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 77) LIMIT 1 |
0.239
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 87 AND `id_shop` = 1 LIMIT 1 |
0.238
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/axoncreator/includes/managers/widgets.php:128 (isEnabled)
/modules/axoncreator/includes/managers/widgets.php:303 (init_widgets)
/modules/axoncreator/includes/elements/column.php:1026 (get_widget_types)
/modules/axoncreator/includes/base/element-base.php:911 (_get_default_child_type)
/modules/axoncreator/includes/base/element-base.php:356 (get_child_type)
/modules/axoncreator/includes/base/element-base.php:956 (add_child)
/modules/axoncreator/includes/base/element-base.php:316 (init_children)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1078 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 159 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayLeftColumnProduct' LIMIT 1 |
0.238
ms
|
7 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1090
/modules/axoncreator/axoncreator.php:1107 (getRelatedByKey)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 202 |
SELECT SQL_NO_CACHE cg.`id_group`
FROM `ps_category_group` cg
WHERE (cg.`id_category` = 13) |
0.238
ms
|
4 |
|
|
/classes/Category.php:1701
/modules/nrtmegamenu/nrtmegamenu.php:4228 (getGroups)
/modules/nrtmegamenu/nrtmegamenu.php:3901 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 108 |
SELECT SQL_NO_CACHE * FROM `ps_nrt_custom_fonts` WHERE `active` = 1 GROUP BY title |
0.236
ms
|
1 |
|
Yes
|
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3853
/modules/axoncreator/includes/fonts.php:153 (get_fonts)
/modules/axoncreator/includes/fonts.php:129 (get_native_fonts)
/modules/axoncreator/includes/controls/font.php:60 (get_fonts)
/modules/axoncreator/includes/controls/base.php:86 (get_default_settings)
/modules/axoncreator/includes/managers/controls.php:449 (__construct)
/modules/axoncreator/includes/managers/controls.php:523 (register_controls)
/modules/axoncreator/includes/managers/controls.php:542 (get_controls)
/modules/axoncreator/includes/managers/controls.php:699 (get_control)
/modules/axoncreator/includes/base/controls-stack.php:435 (add_control_to_stack)
/modules/axoncreator/includes/base/controls-stack.php:1387 (add_control)
/modules/axoncreator/core/settings/general/model.php:211 (start_controls_section)
/modules/axoncreator/includes/base/controls-stack.php:1923 (_register_controls)
/modules/axoncreator/includes/base/controls-stack.php:510 (init_controls)
/modules/axoncreator/includes/base/controls-stack.php:303 (get_stack)
/modules/axoncreator/includes/base/controls-stack.php:1958 (get_controls)
/modules/axoncreator/includes/base/controls-stack.php:1045 (sanitize_settings)
/modules/axoncreator/includes/base/controls-stack.php:1798 (get_data)
/modules/axoncreator/core/base/base-object.php:145 (get_init_settings)
/modules/axoncreator/core/base/base-object.php:53 (ensure_settings)
/modules/axoncreator/includes/base/controls-stack.php:358 (get_settings)
/modules/axoncreator/includes/base/controls-stack.php:1087 (get_controls_settings)
/modules/axoncreator/includes/base/controls-stack.php:1220 (get_active_settings)
/modules/axoncreator/core/settings/manager.php:178 (get_frontend_settings)
/modules/axoncreator/includes/frontend.php:1099 (get_settings_frontend_config)
/modules/axoncreator/axoncreator.php:997 (get_init_settings)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 162 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayShoppingCartFooter' LIMIT 1 |
0.236
ms
|
7 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1090
/modules/axoncreator/axoncreator.php:1107 (getRelatedByKey)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 222 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 81 AND `id_shop` = 1 |
0.236
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 126 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "nrtsearchbar" LIMIT 1 |
0.233
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/axoncreator/includes/managers/widgets.php:116 (isEnabled)
/modules/axoncreator/includes/managers/widgets.php:303 (init_widgets)
/modules/axoncreator/includes/elements/column.php:1026 (get_widget_types)
/modules/axoncreator/includes/base/element-base.php:911 (_get_default_child_type)
/modules/axoncreator/includes/base/element-base.php:356 (get_child_type)
/modules/axoncreator/includes/base/element-base.php:956 (add_child)
/modules/axoncreator/includes/base/element-base.php:316 (init_children)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1078 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 164 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayFooterCategory' LIMIT 1 |
0.233
ms
|
7 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1090
/modules/axoncreator/axoncreator.php:1107 (getRelatedByKey)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 206 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 31 AND `id_shop` = 1 |
0.231
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 176 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 10 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
0.230
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/core/files/css/post.php:122 (get_post_meta)
/modules/axoncreator/core/files/base.php:224 (load_meta)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1123 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 220 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 74 AND `id_shop` = 1 |
0.230
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 486 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.229
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/src/Adapter/Presenter/Cart/CartPresenter.php:92 (__construct)
/modules/nrtshoppingcart/nrtshoppingcart.php:192 (__construct)
/modules/nrtshoppingcart/nrtshoppingcart.php:207 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:443 (__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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 90 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 106 AND `id_shop` = 1 LIMIT 1 |
0.227
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/nrtmegamenu/nrtmegamenu.php:86 (isEnabled)
: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:913 (getInstanceByName)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 212 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 78 AND `id_shop` = 1 |
0.227
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 218 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 80 AND `id_shop` = 1 |
0.227
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 221 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 81) 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)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 89 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "smartblog" LIMIT 1 |
0.222
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/nrtmegamenu/nrtmegamenu.php:86 (isEnabled)
: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:913 (getInstanceByName)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 107 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 82 AND `id_shop` = 1 LIMIT 1 |
0.222
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/axoncreator/includes/fonts.php:149 (isEnabled)
/modules/axoncreator/includes/fonts.php:129 (get_native_fonts)
/modules/axoncreator/includes/controls/font.php:60 (get_fonts)
/modules/axoncreator/includes/controls/base.php:86 (get_default_settings)
/modules/axoncreator/includes/managers/controls.php:449 (__construct)
/modules/axoncreator/includes/managers/controls.php:523 (register_controls)
/modules/axoncreator/includes/managers/controls.php:542 (get_controls)
/modules/axoncreator/includes/managers/controls.php:699 (get_control)
/modules/axoncreator/includes/base/controls-stack.php:435 (add_control_to_stack)
/modules/axoncreator/includes/base/controls-stack.php:1387 (add_control)
/modules/axoncreator/core/settings/general/model.php:211 (start_controls_section)
/modules/axoncreator/includes/base/controls-stack.php:1923 (_register_controls)
/modules/axoncreator/includes/base/controls-stack.php:510 (init_controls)
/modules/axoncreator/includes/base/controls-stack.php:303 (get_stack)
/modules/axoncreator/includes/base/controls-stack.php:1958 (get_controls)
/modules/axoncreator/includes/base/controls-stack.php:1045 (sanitize_settings)
/modules/axoncreator/includes/base/controls-stack.php:1798 (get_data)
/modules/axoncreator/core/base/base-object.php:145 (get_init_settings)
/modules/axoncreator/core/base/base-object.php:53 (ensure_settings)
/modules/axoncreator/includes/base/controls-stack.php:358 (get_settings)
/modules/axoncreator/includes/base/controls-stack.php:1087 (get_controls_settings)
/modules/axoncreator/includes/base/controls-stack.php:1220 (get_active_settings)
/modules/axoncreator/core/settings/manager.php:178 (get_frontend_settings)
/modules/axoncreator/includes/frontend.php:1099 (get_settings_frontend_config)
/modules/axoncreator/axoncreator.php:997 (get_init_settings)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 128 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "nrtshoppingcart" LIMIT 1 |
0.222
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/axoncreator/includes/managers/widgets.php:120 (isEnabled)
/modules/axoncreator/includes/managers/widgets.php:303 (init_widgets)
/modules/axoncreator/includes/elements/column.php:1026 (get_widget_types)
/modules/axoncreator/includes/base/element-base.php:911 (_get_default_child_type)
/modules/axoncreator/includes/base/element-base.php:356 (get_child_type)
/modules/axoncreator/includes/base/element-base.php:956 (add_child)
/modules/axoncreator/includes/base/element-base.php:316 (init_children)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1078 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 84 |
SELECT SQL_NO_CACHE `config`
FROM ps_nrt_themect_page_config
WHERE `page_id` = 13
AND `page_type` = 'category' LIMIT 1 |
0.221
ms
|
0 |
|
|
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3605
/modules/nrtthemecustomizer/nrtthemecustomizer.php:2907 (_getThemeCtPageConfig)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3143 (_getPageConfigOnFront)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:2987 (renderOptions)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3246 (_prepHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 214 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 77 AND `id_shop` = 1 |
0.221
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 210 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 76 AND `id_shop` = 1 |
0.219
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 217 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 80) LIMIT 1 |
0.218
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 88 |
SELECT SQL_NO_CACHE * FROM `ps_nrt_custom_fonts` WHERE `active` = 1 |
0.216
ms
|
1 |
|
|
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3845
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3005 (get_css_fonts)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3246 (_prepHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 135 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/axoncreator/includes/managers/widgets.php:132 (isEnabled)
/modules/axoncreator/includes/managers/widgets.php:303 (init_widgets)
/modules/axoncreator/includes/elements/column.php:1026 (get_widget_types)
/modules/axoncreator/includes/base/element-base.php:911 (_get_default_child_type)
/modules/axoncreator/includes/base/element-base.php:356 (get_child_type)
/modules/axoncreator/includes/base/element-base.php:956 (add_child)
/modules/axoncreator/includes/base/element-base.php:316 (init_children)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1078 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 9 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
0.215
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/core/files/css/post.php:122 (get_post_meta)
/modules/axoncreator/core/files/base.php:224 (load_meta)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1116 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 211 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 78) LIMIT 1 |
0.215
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 82 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.215
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)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 209 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 76) LIMIT 1 |
0.214
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 134 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.213
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/axoncreator/includes/managers/widgets.php:132 (isEnabled)
/modules/axoncreator/includes/managers/widgets.php:303 (init_widgets)
/modules/axoncreator/includes/elements/column.php:1026 (get_widget_types)
/modules/axoncreator/includes/base/element-base.php:911 (_get_default_child_type)
/modules/axoncreator/includes/base/element-base.php:356 (get_child_type)
/modules/axoncreator/includes/base/element-base.php:956 (add_child)
/modules/axoncreator/includes/base/element-base.php:316 (init_children)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1078 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 219 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 74) LIMIT 1 |
0.213
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4028 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4046 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:3919 (generateCategoriesMenu)
/modules/nrtmegamenu/nrtmegamenu.php:4062 (_prepareHook)
/modules/axoncreator/includes/widgets/axps-megamenu.php:792 (hookDisplayMenuHorizontal)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1624 (get_builder_content)
/modules/axoncreator/axoncreator.php:1606 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:93 (__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/bernumodelayouts_layout_full_width_tpl/99/c7/6f/99c76f189f1287b54e185ade614e7fc7807c2b13_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53ccc487_10243347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:403 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 113 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = '_elementor_global_css' LIMIT 1 |
0.212
ms
|
34 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1204
/modules/axoncreator/src/Wp_Helper.php:1269 (get_post_meta)
/modules/axoncreator/core/files/base.php:249 (get_option)
/modules/axoncreator/core/files/base.php:224 (load_meta)
/modules/axoncreator/core/files/css/global-css.php:108 (get_meta)
/modules/axoncreator/core/files/css/base.php:224 (is_update_required)
/modules/axoncreator/includes/frontend.php:794 (enqueue)
/modules/axoncreator/axoncreator.php:1013 (parse_global_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 85 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "axoncreator" LIMIT 1 |
0.212
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3178 (isEnabled)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:2987 (renderOptions)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3246 (_prepHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 127 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 93 AND `id_shop` = 1 LIMIT 1 |
0.212
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/axoncreator/includes/managers/widgets.php:116 (isEnabled)
/modules/axoncreator/includes/managers/widgets.php:303 (init_widgets)
/modules/axoncreator/includes/elements/column.php:1026 (get_widget_types)
/modules/axoncreator/includes/base/element-base.php:911 (_get_default_child_type)
/modules/axoncreator/includes/base/element-base.php:356 (get_child_type)
/modules/axoncreator/includes/base/element-base.php:956 (add_child)
/modules/axoncreator/includes/base/element-base.php:316 (init_children)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1078 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 106 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "nrtthemecustomizer" LIMIT 1 |
0.207
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/axoncreator/includes/fonts.php:149 (isEnabled)
/modules/axoncreator/includes/fonts.php:129 (get_native_fonts)
/modules/axoncreator/includes/controls/font.php:60 (get_fonts)
/modules/axoncreator/includes/controls/base.php:86 (get_default_settings)
/modules/axoncreator/includes/managers/controls.php:449 (__construct)
/modules/axoncreator/includes/managers/controls.php:523 (register_controls)
/modules/axoncreator/includes/managers/controls.php:542 (get_controls)
/modules/axoncreator/includes/managers/controls.php:699 (get_control)
/modules/axoncreator/includes/base/controls-stack.php:435 (add_control_to_stack)
/modules/axoncreator/includes/base/controls-stack.php:1387 (add_control)
/modules/axoncreator/core/settings/general/model.php:211 (start_controls_section)
/modules/axoncreator/includes/base/controls-stack.php:1923 (_register_controls)
/modules/axoncreator/includes/base/controls-stack.php:510 (init_controls)
/modules/axoncreator/includes/base/controls-stack.php:303 (get_stack)
/modules/axoncreator/includes/base/controls-stack.php:1958 (get_controls)
/modules/axoncreator/includes/base/controls-stack.php:1045 (sanitize_settings)
/modules/axoncreator/includes/base/controls-stack.php:1798 (get_data)
/modules/axoncreator/core/base/base-object.php:145 (get_init_settings)
/modules/axoncreator/core/base/base-object.php:53 (ensure_settings)
/modules/axoncreator/includes/base/controls-stack.php:358 (get_settings)
/modules/axoncreator/includes/base/controls-stack.php:1087 (get_controls_settings)
/modules/axoncreator/includes/base/controls-stack.php:1220 (get_active_settings)
/modules/axoncreator/core/settings/manager.php:178 (get_frontend_settings)
/modules/axoncreator/includes/frontend.php:1099 (get_settings_frontend_config)
/modules/axoncreator/axoncreator.php:997 (get_init_settings)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 478 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 101 AND `id_shop` = 1 LIMIT 1 |
0.207
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:272 (__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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:439 (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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 86 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 84 AND `id_shop` = 1 LIMIT 1 |
0.205
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3178 (isEnabled)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:2987 (renderOptions)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3246 (_prepHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 137 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 83 AND `id_shop` = 1 LIMIT 1 |
0.200
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/axoncreator/includes/managers/widgets.php:136 (isEnabled)
/modules/axoncreator/includes/managers/widgets.php:303 (init_widgets)
/modules/axoncreator/includes/elements/column.php:1026 (get_widget_types)
/modules/axoncreator/includes/base/element-base.php:911 (_get_default_child_type)
/modules/axoncreator/includes/base/element-base.php:356 (get_child_type)
/modules/axoncreator/includes/base/element-base.php:956 (add_child)
/modules/axoncreator/includes/base/element-base.php:316 (init_children)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1078 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 482 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1 |
0.199
ms
|
1 |
|
|
/classes/module/Module.php:2106
/var/cache/prod/smarty/compile/bernumode/49/e5/b2/49e5b29fe58a2a8e6e61bbbd6dd30d3f17494373_2.file.account.tpl.php:215 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a50338bb4_23996572)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumode/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a502d07b7_35599979)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2270 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3726 (fetch)
/classes/Hook.php:993 (hookDisplayBodyBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:443 (__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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 479 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "nrtsociallogin" LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumode/49/e5/b2/49e5b29fe58a2a8e6e61bbbd6dd30d3f17494373_2.file.account.tpl.php:89 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a50338bb4_23996572)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumode/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a502d07b7_35599979)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2270 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3726 (fetch)
/classes/Hook.php:993 (hookDisplayBodyBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:443 (__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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 131 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 86 AND `id_shop` = 1 LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/axoncreator/includes/managers/widgets.php:124 (isEnabled)
/modules/axoncreator/includes/managers/widgets.php:303 (init_widgets)
/modules/axoncreator/includes/elements/column.php:1026 (get_widget_types)
/modules/axoncreator/includes/base/element-base.php:911 (_get_default_child_type)
/modules/axoncreator/includes/base/element-base.php:356 (get_child_type)
/modules/axoncreator/includes/base/element-base.php:956 (add_child)
/modules/axoncreator/includes/base/element-base.php:316 (init_children)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1078 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 481 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/var/cache/prod/smarty/compile/bernumode/49/e5/b2/49e5b29fe58a2a8e6e61bbbd6dd30d3f17494373_2.file.account.tpl.php:215 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a50338bb4_23996572)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumode/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a502d07b7_35599979)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2270 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3726 (fetch)
/classes/Hook.php:993 (hookDisplayBodyBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:443 (__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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 129 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 96 AND `id_shop` = 1 LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/axoncreator/includes/managers/widgets.php:120 (isEnabled)
/modules/axoncreator/includes/managers/widgets.php:303 (init_widgets)
/modules/axoncreator/includes/elements/column.php:1026 (get_widget_types)
/modules/axoncreator/includes/base/element-base.php:911 (_get_default_child_type)
/modules/axoncreator/includes/base/element-base.php:356 (get_child_type)
/modules/axoncreator/includes/base/element-base.php:956 (add_child)
/modules/axoncreator/includes/base/element-base.php:316 (init_children)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1078 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 130 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "nrtcompare" LIMIT 1 |
0.193
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/axoncreator/includes/managers/widgets.php:124 (isEnabled)
/modules/axoncreator/includes/managers/widgets.php:303 (init_widgets)
/modules/axoncreator/includes/elements/column.php:1026 (get_widget_types)
/modules/axoncreator/includes/base/element-base.php:911 (_get_default_child_type)
/modules/axoncreator/includes/base/element-base.php:356 (get_child_type)
/modules/axoncreator/includes/base/element-base.php:956 (add_child)
/modules/axoncreator/includes/base/element-base.php:316 (init_children)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1078 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 139 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.191
ms
|
0 |
|
|
/classes/module/Module.php:2106
/modules/axoncreator/includes/managers/widgets.php:140 (isEnabled)
/modules/axoncreator/includes/managers/widgets.php:303 (init_widgets)
/modules/axoncreator/includes/elements/column.php:1026 (get_widget_types)
/modules/axoncreator/includes/base/element-base.php:911 (_get_default_child_type)
/modules/axoncreator/includes/base/element-base.php:356 (get_child_type)
/modules/axoncreator/includes/base/element-base.php:956 (add_child)
/modules/axoncreator/includes/base/element-base.php:316 (init_children)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1078 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 480 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 94 AND `id_shop` = 1 LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumode/49/e5/b2/49e5b29fe58a2a8e6e61bbbd6dd30d3f17494373_2.file.account.tpl.php:89 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a50338bb4_23996572)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumode/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a502d07b7_35599979)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2270 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3726 (fetch)
/classes/Hook.php:993 (hookDisplayBodyBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:443 (__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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 138 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "revsliderprestashop" LIMIT 1 |
0.189
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/axoncreator/includes/managers/widgets.php:140 (isEnabled)
/modules/axoncreator/includes/managers/widgets.php:303 (init_widgets)
/modules/axoncreator/includes/elements/column.php:1026 (get_widget_types)
/modules/axoncreator/includes/base/element-base.php:911 (_get_default_child_type)
/modules/axoncreator/includes/base/element-base.php:356 (get_child_type)
/modules/axoncreator/includes/base/element-base.php:956 (add_child)
/modules/axoncreator/includes/base/element-base.php:316 (init_children)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1078 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 132 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "nrtwishlist" LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/axoncreator/includes/managers/widgets.php:128 (isEnabled)
/modules/axoncreator/includes/managers/widgets.php:303 (init_widgets)
/modules/axoncreator/includes/elements/column.php:1026 (get_widget_types)
/modules/axoncreator/includes/base/element-base.php:911 (_get_default_child_type)
/modules/axoncreator/includes/base/element-base.php:356 (get_child_type)
/modules/axoncreator/includes/base/element-base.php:956 (add_child)
/modules/axoncreator/includes/base/element-base.php:316 (init_children)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1078 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 483 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/var/cache/prod/smarty/compile/bernumode/49/e5/b2/49e5b29fe58a2a8e6e61bbbd6dd30d3f17494373_2.file.account.tpl.php:256 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a50338bb4_23996572)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumode/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a502d07b7_35599979)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2270 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3726 (fetch)
/classes/Hook.php:993 (hookDisplayBodyBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:443 (__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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 136 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "nrtmegamenu" LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/axoncreator/includes/managers/widgets.php:136 (isEnabled)
/modules/axoncreator/includes/managers/widgets.php:303 (init_widgets)
/modules/axoncreator/includes/elements/column.php:1026 (get_widget_types)
/modules/axoncreator/includes/base/element-base.php:911 (_get_default_child_type)
/modules/axoncreator/includes/base/element-base.php:356 (get_child_type)
/modules/axoncreator/includes/base/element-base.php:956 (add_child)
/modules/axoncreator/includes/base/element-base.php:316 (init_children)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:876 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1078 (parse_post_css_code)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 484 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/module/Module.php:2106
/var/cache/prod/smarty/compile/bernumode/49/e5/b2/49e5b29fe58a2a8e6e61bbbd6dd30d3f17494373_2.file.account.tpl.php:256 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a50338bb4_23996572)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/bernumode/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a502d07b7_35599979)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2270 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3726 (fetch)
/classes/Hook.php:993 (hookDisplayBodyBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:443 (__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/bernumodelayouts_layout_full_width_tpl/cb/43/64/cb43640641b875e8494c7fe9236943d3da321dc9_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b868a9_40592396)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/59/dd/64/59dd640da2459c17deaf3d5bb69db96bd3837b4b_2.file.product-list.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b5c184_81888490)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/bernumodelayouts_layout_full_width_tpl/ce/36/b8/ce36b8f8d9b0771ad67743e81e0ae2b492a6d3b7_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68ff6a53b543f0_75454172)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|